ITypeName.GetReflectionType Method

Definition

Returns the Type that this typename represents, if such a type exists, null otherwise.

public:
 Type ^ GetReflectionType();
public:
 Platform::Type ^ GetReflectionType();
public Type GetReflectionType ();
public Type? GetReflectionType ();
[System.Runtime.CompilerServices.NullableContext(2)]
public Type? GetReflectionType ();
abstract member GetReflectionType : unit -> Type
[<System.Runtime.CompilerServices.NullableContext(2)>]
abstract member GetReflectionType : unit -> Type
Public Function GetReflectionType () As Type

Returns

Attributes

Applies to