PSNamingUtilities.IsCmdletName(String) Method

Definition

Returns if the given cmdletName is a valid cmdlet name.

public static bool IsCmdletName (string cmdletName);
static member IsCmdletName : string -> bool
Public Shared Function IsCmdletName (cmdletName As String) As Boolean

Parameters

cmdletName
String

Returns

Remarks

This method only does pattern-matching. It does not check if the name is real.

Applies to