Search Results for

    Show / Hide Table of Contents

    Method AvoidModifyEnvironment

    | Improve this Doc View Source

    AvoidModifyEnvironment()

    Avoids modifying the environment of the current process. When this method is used, the environment variables are obtained from a Dictionary<TKey,TValue> and not from the current process.

    Declaration
    IEnvParser AvoidModifyEnvironment()
    Returns
    Type Description
    IEnvParser

    An instance implementing the fluent interface.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2021 DotEnv.Core