C# 클래스 PsGet.Facts.CommandOutput

파일 보기 프로젝트 열기: anurse/PS-Get

공개 메소드들

메소드 설명
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