SimpleVersion
Search Results for

    Show / Hide Table of Contents

    Class EnvironmentVariableAccessor

    Exposes access to environment variables.

    Inheritance
    System.Object
    EnvironmentVariableAccessor
    Implements
    IEnvironmentVariableAccessor
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: SimpleVersion.Environment
    Assembly: SimpleVersion.Core.dll
    Syntax
    public class EnvironmentVariableAccessor : IEnvironmentVariableAccessor

    Methods

    | Improve this Doc View Source

    GetVariable(String)

    Gets the value of the given variable name.

    Declaration
    public 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.

    Implements

    IEnvironmentVariableAccessor

    Extension Methods

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