SimpleVersion
Search Results for

    Show / Hide Table of Contents

    Interface IEnvironmentVariableAccessor

    Supports accessing environment variables.

    Namespace: SimpleVersion.Environment
    Assembly: SimpleVersion.Abstractions.dll
    Syntax
    public interface IEnvironmentVariableAccessor

    Methods

    | Improve this Doc View Source

    GetVariable(String)

    Gets the value of the given variable name.

    Declaration
    string GetVariable(string name)
    Parameters
    Type Name Description
    System.String name

    The name of the variable to retrieve.

    Returns
    Type Description
    System.String

    The value of the given variable.

    Extension Methods

    TokenRuleExtensions.ResolveTokenRules<T>(T, IVersionContext, IEnumerable<ITokenRule<T>>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX