TypeConfigurationEntry
Class
Definition
Defines class for type configuration entry.
public sealed class TypeConfigurationEntry : System.Management.Automation.Runspaces.RunspaceConfigurationEntry
- Inheritance
Inherited Members
System.Management.Automation.Runspaces.RunspaceConfigurationEntry
Constructors
| TypeConfigurationEntry(String) |
Initiate an instance for type configuration entry. |
| TypeConfigurationEntry(TypeData, Boolean) |
Initiate an instance for type configuration entry. |
| TypeConfigurationEntry(String, String) |
Initiate an instance for type configuration entry. |
Properties
| FileName |
Gets file name that contains the types configuration information. |
| IsRemove |
Set to true if the strong type data is to be removed |
| TypeData |
Get the strong type data contains the type configuration information |