ReflectionTypeName(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.