C# 클래스 Microsoft.WindowsAzure.Commands.Test.Utilities.Common.MockCommandRuntime

상속: ICommandRuntime
파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DebugStream List
ErrorStream List
OutputPipeline List
VerboseStream List
WarningStream List

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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 ( ErrorRecord errorRecord ) : void
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

메소드 상세

ResetPipelines() 공개 메소드

Clears all command runtime pipelines.
public ResetPipelines ( ) : void
리턴 void

ShouldContinue() 공개 메소드

public ShouldContinue ( string query, string caption ) : bool
query string
caption string
리턴 bool

ShouldContinue() 공개 메소드

public ShouldContinue ( string query, string caption, bool &yesToAll, bool &noToAll ) : bool
query string
caption string
yesToAll bool
noToAll bool
리턴 bool

ShouldProcess() 공개 메소드

public ShouldProcess ( string target ) : bool
target string
리턴 bool

ShouldProcess() 공개 메소드

public ShouldProcess ( string target, string action ) : bool
target string
action string
리턴 bool

ShouldProcess() 공개 메소드

public ShouldProcess ( string verboseDescription, string verboseWarning, string caption ) : bool
verboseDescription string
verboseWarning string
caption string
리턴 bool

ShouldProcess() 공개 메소드

public ShouldProcess ( string verboseDescription, string verboseWarning, string caption, ShouldProcessReason &shouldProcessReason ) : bool
verboseDescription string
verboseWarning string
caption string
shouldProcessReason ShouldProcessReason
리턴 bool

ThrowTerminatingError() 공개 메소드

public ThrowTerminatingError ( ErrorRecord errorRecord ) : void
errorRecord System.Management.Automation.ErrorRecord
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TransactionAvailable() 공개 메소드

public TransactionAvailable ( ) : bool
리턴 bool

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 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 ( ProgressRecord progressRecord ) : void
progressRecord ProgressRecord
리턴 void

WriteProgress() 공개 메소드

public WriteProgress ( long sourceId, ProgressRecord progressRecord ) : void
sourceId long
progressRecord ProgressRecord
리턴 void

WriteVerbose() 공개 메소드

public WriteVerbose ( string text ) : void
text string
리턴 void

WriteWarning() 공개 메소드

public WriteWarning ( string text ) : void
text string
리턴 void

프로퍼티 상세

DebugStream 공개적으로 프로퍼티

public List DebugStream
리턴 List

ErrorStream 공개적으로 프로퍼티

public List ErrorStream
리턴 List

OutputPipeline 공개적으로 프로퍼티

public List OutputPipeline
리턴 List

VerboseStream 공개적으로 프로퍼티

public List VerboseStream
리턴 List

WarningStream 공개적으로 프로퍼티

public List WarningStream
리턴 List