ReflectionTypeName(Type) Constructor

Definition

Construct a typename from a Type.

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

Parameters

type
Type

The type to wrap.

Exceptions

If type is null.

Applies to