TypeConfigurationEntry 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.
Defines class for type configuration entry.
public ref class TypeConfigurationEntry sealed : System::Management::Automation::Runspaces::RunspaceConfigurationEntry
public sealed class TypeConfigurationEntry : System.Management.Automation.Runspaces.RunspaceConfigurationEntry
type TypeConfigurationEntry = class
inherit RunspaceConfigurationEntry
Public NotInheritable Class TypeConfigurationEntry
Inherits RunspaceConfigurationEntry
- Inheritance
Constructors
TypeConfigurationEntry(String, String) |
Initiate an instance for type configuration entry. |
TypeConfigurationEntry(String) |
Initiate an instance for type configuration entry. |
TypeConfigurationEntry(TypeData, Boolean) |
Initiate an instance for type configuration entry. |
Properties
BuiltIn |
Get whether this entry is a built-in entry. (Inherited from RunspaceConfigurationEntry) |
FileName |
Gets file name that contains the types configuration information. |
IsRemove |
Set to true if the strong type data is to be removed |
Name |
Gets name of configuration entry (Inherited from RunspaceConfigurationEntry) |
PSSnapIn |
Gets name of PSSnapin that this configuration entry belongs to. (Inherited from RunspaceConfigurationEntry) |
TypeData |
Get the strong type data contains the type configuration information |