ExtendedTypeDefinition Constructors

Definition

Overloads

ExtendedTypeDefinition(String)

Initiate an instance of ExtendedTypeDefinition with the type name.

ExtendedTypeDefinition(String, IEnumerable<FormatViewDefinition>)

Constructor for the ExtendedTypeDefinition.

ExtendedTypeDefinition(String)

Initiate an instance of ExtendedTypeDefinition with the type name.

public:
 ExtendedTypeDefinition(System::String ^ typeName);
public:
 ExtendedTypeDefinition(Platform::String ^ typeName);
 ExtendedTypeDefinition(std::wstring const & typeName);
public ExtendedTypeDefinition (string typeName);
new System.Management.Automation.ExtendedTypeDefinition : string -> System.Management.Automation.ExtendedTypeDefinition
Public Sub New (typeName As String)

Parameters

typeName
String

Applies to

ExtendedTypeDefinition(String, IEnumerable<FormatViewDefinition>)

Constructor for the ExtendedTypeDefinition.

public:
 ExtendedTypeDefinition(System::String ^ typeName, System::Collections::Generic::IEnumerable<System::Management::Automation::FormatViewDefinition ^> ^ viewDefinitions);
public ExtendedTypeDefinition (string typeName, System.Collections.Generic.IEnumerable<System.Management.Automation.FormatViewDefinition> viewDefinitions);
new System.Management.Automation.ExtendedTypeDefinition : string * seq<System.Management.Automation.FormatViewDefinition> -> System.Management.Automation.ExtendedTypeDefinition
Public Sub New (typeName As String, viewDefinitions As IEnumerable(Of FormatViewDefinition))

Parameters

typeName
String

Applies to