次の方法で共有


MonitorCmdletBase.GetCmdletName Method

Definition

Gets a string with the name of the cmdlet defined by the type t

protected string GetCmdletName ();
member this.GetCmdletName : unit -> string
Protected Function GetCmdletName () As String

Returns

A string with the name of the cmdlet defined by the type t or a message indicating the name of the class t is the CmdletAttribute is not found in t

Applies to