Pash.Implementation.ExecutionContext.GetVariableValue C# (CSharp) Method

GetVariableValue() private method

private GetVariableValue ( string name ) : object
name string
return object
        internal object GetVariableValue(string name)
        {
            return ((PSVariable)GetVariable(name)).GetBaseObjectValue();
        }