ClrPlus.Powershell.Core.AsyncCmdlet.ShouldProcess C# (CSharp) Метод

ShouldProcess() публичный Метод

public ShouldProcess ( string target ) : bool
target string
Результат bool
        public new bool ShouldProcess(string target)
        {
            throw new NotImplementedException();
        }

Same methods

AsyncCmdlet::ShouldProcess ( string target, string action ) : bool
AsyncCmdlet::ShouldProcess ( string verboseDescription, string verboseWarning, string caption ) : bool
AsyncCmdlet::ShouldProcess ( string verboseDescription, string verboseWarning, string caption, ShouldProcessReason &shouldProcessReason ) : bool