Method | Description | |
---|---|---|
ExecuteCmdlet ( ) : void | ||
GetDynamicParameters ( ) : object |
Method | Description | |
---|---|---|
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 ( |
Write an error message for a given exception.
|
|
WriteVerboseWithTimestamp ( string message ) : void |
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 |
return | void |
protected ConstructPSObject ( string typeName ) : System.Management.Automation.PSObject | ||
typeName | string | |
return | System.Management.Automation.PSObject |
protected SafeWriteOutputPSObject ( string typeName ) : void | ||
typeName | string | |
return | void |
protected WriteDebugWithTimestamp ( string message ) : void | ||
message | string | |
return | void |
protected WriteExceptionError ( |
||
ex | The exception resulting from the error. | |
return | void |
protected WriteVerboseWithTimestamp ( string message ) : void | ||
message | string | |
return | void |