Метод | Описание | |
---|---|---|
CommandOutput ( ) : System | ||
WriteCommandDetail ( string text ) : void | ||
WriteDebug ( string text ) : void | ||
WriteError ( |
||
WriteObject ( object sendToPipeline ) : void | ||
WriteObject ( object sendToPipeline, bool enumerateCollection ) : void | ||
WriteProgress ( System.Management.Automation.ProgressRecord progressRecord ) : void | ||
WriteProgress ( long sourceId, System.Management.Automation.ProgressRecord progressRecord ) : void | ||
WriteVerbose ( string text ) : void | ||
WriteWarning ( string text ) : void |
public WriteCommandDetail ( string text ) : void | ||
text | string | |
Результат | void |
public WriteError ( |
||
errorRecord | ||
Результат | void |
public WriteObject ( object sendToPipeline ) : void | ||
sendToPipeline | object | |
Результат | void |
public WriteObject ( object sendToPipeline, bool enumerateCollection ) : void | ||
sendToPipeline | object | |
enumerateCollection | bool | |
Результат | void |
public WriteProgress ( System.Management.Automation.ProgressRecord progressRecord ) : void | ||
progressRecord | System.Management.Automation.ProgressRecord | |
Результат | void |
public WriteProgress ( long sourceId, System.Management.Automation.ProgressRecord progressRecord ) : void | ||
sourceId | long | |
progressRecord | System.Management.Automation.ProgressRecord | |
Результат | void |
public WriteVerbose ( string text ) : void | ||
text | string | |
Результат | void |
public WriteWarning ( string text ) : void | ||
text | string | |
Результат | void |