C# Класс PsGet.Facts.CommandOutput

Показать файл Открыть проект

Открытые методы

Метод Описание
CommandOutput ( ) : System
WriteCommandDetail ( string text ) : void
WriteDebug ( string text ) : void
WriteError ( ErrorRecord errorRecord ) : void
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

Описание методов

CommandOutput() публичный Метод

public CommandOutput ( ) : System
Результат System

WriteCommandDetail() публичный Метод

public WriteCommandDetail ( string text ) : void
text string
Результат void

WriteDebug() публичный Метод

public WriteDebug ( string text ) : void
text string
Результат void

WriteError() публичный Метод

public WriteError ( ErrorRecord errorRecord ) : void
errorRecord System.Management.Automation.ErrorRecord
Результат void

WriteObject() публичный Метод

public WriteObject ( object sendToPipeline ) : void
sendToPipeline object
Результат void

WriteObject() публичный Метод

public WriteObject ( object sendToPipeline, bool enumerateCollection ) : void
sendToPipeline object
enumerateCollection bool
Результат void

WriteProgress() публичный Метод

public WriteProgress ( System.Management.Automation.ProgressRecord progressRecord ) : void
progressRecord System.Management.Automation.ProgressRecord
Результат void

WriteProgress() публичный Метод

public WriteProgress ( long sourceId, System.Management.Automation.ProgressRecord progressRecord ) : void
sourceId long
progressRecord System.Management.Automation.ProgressRecord
Результат void

WriteVerbose() публичный Метод

public WriteVerbose ( string text ) : void
text string
Результат void

WriteWarning() публичный Метод

public WriteWarning ( string text ) : void
text string
Результат void