C# Класс Microsoft.WindowsAzure.Commands.Utilities.Common.CmdletBase

Наследование: System.Management.Automation.PSCmdlet
Показать файл Открыть проект

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

Метод Описание
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