CmdletConfigurationEntry(String, Type, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initiate an instance for cmdlet configuration entry.
public:
CmdletConfigurationEntry(System::String ^ name, Type ^ implementingType, System::String ^ helpFileName);
public:
CmdletConfigurationEntry(Platform::String ^ name, Platform::Type ^ implementingType, Platform::String ^ helpFileName);
public CmdletConfigurationEntry (string name, Type implementingType, string helpFileName);
new System.Management.Automation.Runspaces.CmdletConfigurationEntry : string * Type * string -> System.Management.Automation.Runspaces.CmdletConfigurationEntry
Public Sub New (name As String, implementingType As Type, helpFileName As String)
Parameters
- name
- String
Name of the cmdlet configuration entry
- implementingType
- Type
Class that include implementation of the cmdlet
- helpFileName
- String
Name of the help file that include help information for the cmdlet