CmdletConfigurationEntry Class
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.
Class to define configuration data for cmdlets
public ref class CmdletConfigurationEntry sealed : System::Management::Automation::Runspaces::RunspaceConfigurationEntry
public sealed class CmdletConfigurationEntry : System.Management.Automation.Runspaces.RunspaceConfigurationEntry
type CmdletConfigurationEntry = class
inherit RunspaceConfigurationEntry
Public NotInheritable Class CmdletConfigurationEntry
Inherits RunspaceConfigurationEntry
- Inheritance
Constructors
CmdletConfigurationEntry(String, Type, String) |
Initiate an instance for cmdlet configuration entry. |
Properties
BuiltIn |
Get whether this entry is a built-in entry. (Inherited from RunspaceConfigurationEntry) |
HelpFileName |
Get name of the help file that include help information for the cmdlet |
ImplementingType |
Get class that include implementation of the cmdlet |
Name |
Gets name of configuration entry (Inherited from RunspaceConfigurationEntry) |
PSSnapIn |
Gets name of PSSnapin that this configuration entry belongs to. (Inherited from RunspaceConfigurationEntry) |