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

ExecutionContext() private method

private ExecutionContext ( ) : System
return System
        private ExecutionContext()
        {
            // TODO: initialize all the default settings
            _pipelineStack = new Stack<Pipeline>();
        }

Same methods

ExecutionContext::ExecutionContext ( System.Management.Automation.Host.PSHost host, System.Management.Automation.Runspaces.RunspaceConfiguration config ) : System