Method | Description | |
---|---|---|
PowerShellCustomConfirmation ( ) : System.Collections.Generic |
Parameterless constructor for mock framework
|
|
PowerShellCustomConfirmation ( System.Management.Automation.Host.PSHost host ) : System.Collections.Generic | ||
ShouldProcess ( string caption, string message ) : bool |
Asks user for confirming the given action.
|
public PowerShellCustomConfirmation ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public PowerShellCustomConfirmation ( System.Management.Automation.Host.PSHost host ) : System.Collections.Generic | ||
host | System.Management.Automation.Host.PSHost | |
return | System.Collections.Generic |
public ShouldProcess ( string caption, string message ) : bool | ||
caption | string | The confirmation caption |
message | string | The confirmation message |
return | bool |