Property | Type | Description | |
---|---|---|---|
AddToErrorVariable | void | ||
ExecutionContext | System | ||
GetVariable | |||
GetVariableValue | object | ||
PopPipeline | System.Management.Automation.Runspaces.Pipeline | ||
PushPipeline | void | ||
SetLastExitCodeVariable | void | ||
SetSuccessVariable | void | ||
SetVariable | void |
Method | Description | |
---|---|---|
Clone ( ScopeUsages scopeUsage = ScopeUsages.CurrentScope ) : |
||
Clone ( System.Management.Automation.SessionState sessionState, ScopeUsages scopeUsage ) : |
||
CreateNestedContext ( ) : |
||
ExecutionContext ( System.Management.Automation.Host.PSHost host, System.Management.Automation.Runspaces.RunspaceConfiguration config ) : System |
Method | Description | |
---|---|---|
AddToErrorVariable ( object error ) : void | ||
ExecutionContext ( ) : System | ||
GetVariable ( string name ) : |
||
GetVariableValue ( string name ) : object | ||
PopPipeline ( ) : System.Management.Automation.Runspaces.Pipeline | ||
PushPipeline ( System.Management.Automation.Runspaces.Pipeline pipeline ) : void | ||
SetLastExitCodeVariable ( int exitCode ) : void | ||
SetSuccessVariable ( bool success ) : void | ||
SetVariable ( string name, object value ) : void |
public Clone ( ScopeUsages scopeUsage = ScopeUsages.CurrentScope ) : |
||
scopeUsage | ScopeUsages | |
return |
public Clone ( System.Management.Automation.SessionState sessionState, ScopeUsages scopeUsage ) : |
||
sessionState | System.Management.Automation.SessionState | |
scopeUsage | ScopeUsages | |
return |
public CreateNestedContext ( ) : |
||
return |
public ExecutionContext ( System.Management.Automation.Host.PSHost host, System.Management.Automation.Runspaces.RunspaceConfiguration config ) : System | ||
host | System.Management.Automation.Host.PSHost | |
config | System.Management.Automation.Runspaces.RunspaceConfiguration | |
return | System |