TypeConfigurationEntry Class

Definition

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
TypeConfigurationEntry

Constructors

TypeConfigurationEntry(String)

Initiate an instance for type configuration entry.

TypeConfigurationEntry(String, 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

Applies to