Property | Type | Description | |
---|---|---|---|
DebugStream | List |
||
ErrorStream | List |
||
OutputPipeline | List | ||
VerboseStream | List |
||
WarningStream | List |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
ResetPipelines ( ) : void |
Clears all command runtime pipelines.
|
|
ShouldContinue ( string query, string caption ) : bool | ||
ShouldContinue ( string query, string caption, bool &yesToAll, bool &noToAll ) : bool | ||
ShouldProcess ( string target ) : bool | ||
ShouldProcess ( string target, string action ) : bool | ||
ShouldProcess ( string verboseDescription, string verboseWarning, string caption ) : bool | ||
ShouldProcess ( string verboseDescription, string verboseWarning, string caption, ShouldProcessReason &shouldProcessReason ) : bool | ||
ThrowTerminatingError ( |
||
ToString ( ) : string | ||
TransactionAvailable ( ) : bool | ||
WriteCommandDetail ( string text ) : void | ||
WriteDebug ( string text ) : void | ||
WriteError ( ErrorRecord errorRecord ) : void | ||
WriteObject ( object sendToPipeline ) : void | ||
WriteObject ( object sendToPipeline, bool enumerateCollection ) : void | ||
WriteProgress ( ProgressRecord progressRecord ) : void | ||
WriteProgress ( long sourceId, ProgressRecord progressRecord ) : void | ||
WriteVerbose ( string text ) : void | ||
WriteWarning ( string text ) : void |
public ShouldContinue ( string query, string caption ) : bool | ||
query | string | |
caption | string | |
return | bool |
public ShouldContinue ( string query, string caption, bool &yesToAll, bool &noToAll ) : bool | ||
query | string | |
caption | string | |
yesToAll | bool | |
noToAll | bool | |
return | bool |
public ShouldProcess ( string target ) : bool | ||
target | string | |
return | bool |
public ShouldProcess ( string target, string action ) : bool | ||
target | string | |
action | string | |
return | bool |
public ShouldProcess ( string verboseDescription, string verboseWarning, string caption ) : bool | ||
verboseDescription | string | |
verboseWarning | string | |
caption | string | |
return | bool |
public ShouldProcess ( string verboseDescription, string verboseWarning, string caption, ShouldProcessReason &shouldProcessReason ) : bool | ||
verboseDescription | string | |
verboseWarning | string | |
caption | string | |
shouldProcessReason | ShouldProcessReason | |
return | bool |
public ThrowTerminatingError ( |
||
errorRecord | ||
return | void |
public WriteCommandDetail ( string text ) : void | ||
text | string | |
return | void |
public WriteError ( ErrorRecord errorRecord ) : void | ||
errorRecord | ErrorRecord | |
return | void |
public WriteObject ( object sendToPipeline ) : void | ||
sendToPipeline | object | |
return | void |
public WriteObject ( object sendToPipeline, bool enumerateCollection ) : void | ||
sendToPipeline | object | |
enumerateCollection | bool | |
return | void |
public WriteProgress ( ProgressRecord progressRecord ) : void | ||
progressRecord | ProgressRecord | |
return | void |
public WriteProgress ( long sourceId, ProgressRecord progressRecord ) : void | ||
sourceId | long | |
progressRecord | ProgressRecord | |
return | void |