C# 클래스 Microsoft.WindowsAzure.Commands.Utilities.Common.CmdletBase

상속: System.Management.Automation.PSCmdlet
파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void
GetDynamicParameters ( ) : object

보호된 메소드들

메소드 설명
BeginProcessing ( ) : void

Cmdlet begin process

ConfirmAction ( bool force, string actionMessage, string processMessage, string target, System.Action action ) : void

Asks for confirmation before executing the action.

ConstructPSObject ( string typeName ) : System.Management.Automation.PSObject
CurrentPath ( ) : string
EndProcessing ( ) : void

End processing

IsVerbose ( ) : bool
ProcessRecord ( ) : void
SafeWriteOutputPSObject ( string typeName ) : void
WriteDebugWithTimestamp ( string message ) : void
WriteExceptionError ( Exception ex ) : void

Write an error message for a given exception.

WriteVerboseWithTimestamp ( string message ) : void

메소드 상세

BeginProcessing() 보호된 메소드

Cmdlet begin process
protected BeginProcessing ( ) : void
리턴 void

ConfirmAction() 보호된 메소드

Asks for confirmation before executing the action.
protected ConfirmAction ( bool force, string actionMessage, string processMessage, string target, System.Action action ) : void
force bool Do not ask for confirmation
actionMessage string Message to describe the action
processMessage string Message to prompt after the active is performed.
target string The target name.
action System.Action The action code
리턴 void

ConstructPSObject() 보호된 메소드

protected ConstructPSObject ( string typeName ) : System.Management.Automation.PSObject
typeName string
리턴 System.Management.Automation.PSObject

CurrentPath() 보호된 메소드

protected CurrentPath ( ) : string
리턴 string

EndProcessing() 보호된 메소드

End processing
protected EndProcessing ( ) : void
리턴 void

ExecuteCmdlet() 공개 메소드

public ExecuteCmdlet ( ) : void
리턴 void

GetDynamicParameters() 공개 메소드

public GetDynamicParameters ( ) : object
리턴 object

IsVerbose() 보호된 메소드

protected IsVerbose ( ) : bool
리턴 bool

ProcessRecord() 보호된 메소드

protected ProcessRecord ( ) : void
리턴 void

SafeWriteOutputPSObject() 보호된 메소드

protected SafeWriteOutputPSObject ( string typeName ) : void
typeName string
리턴 void

WriteDebugWithTimestamp() 보호된 메소드

protected WriteDebugWithTimestamp ( string message ) : void
message string
리턴 void

WriteExceptionError() 보호된 메소드

Write an error message for a given exception.
protected WriteExceptionError ( Exception ex ) : void
ex System.Exception The exception resulting from the error.
리턴 void

WriteVerboseWithTimestamp() 보호된 메소드

protected WriteVerboseWithTimestamp ( string message ) : void
message string
리턴 void