Share via


TypeName.GetReflectionType Method

Definition

Get the Type from a typename.

public:
 virtual Type ^ GetReflectionType();
public:
 Platform::Type ^ GetReflectionType();
public Type GetReflectionType ();
abstract member GetReflectionType : unit -> Type
override this.GetReflectionType : unit -> Type
Public Function GetReflectionType () As Type

Returns

The Type if possible, null otherwise. Null may be returned for valid typenames if the assembly containing the type has not been loaded.

Implements

Applies to