TypeData Constructors

Definition

Overloads

TypeData(String)

Initialize a TypeData instance by providing the typeName.

TypeData(Type)

Initialize a TypeData instance by providing a Type.

TypeData(String)

Initialize a TypeData instance by providing the typeName.

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

Parameters

typeName
String

Applies to

TypeData(Type)

Initialize a TypeData instance by providing a Type.

public:
 TypeData(Type ^ type);
public:
 TypeData(Platform::Type ^ type);
public TypeData (Type type);
new System.Management.Automation.Runspaces.TypeData : Type -> System.Management.Automation.Runspaces.TypeData
Public Sub New (type As Type)

Parameters

type
Type

Applies to