TypeInfo.IReflectableType.GetTypeInfo Method

Definition

Returns a representation of the current type as a TypeInfo object.

 virtual System::Reflection::TypeInfo ^ System.Reflection.IReflectableType.GetTypeInfo() = System::Reflection::IReflectableType::GetTypeInfo;
System.Reflection.TypeInfo IReflectableType.GetTypeInfo ();
abstract member System.Reflection.IReflectableType.GetTypeInfo : unit -> System.Reflection.TypeInfo
override this.System.Reflection.IReflectableType.GetTypeInfo : unit -> System.Reflection.TypeInfo
Function GetTypeInfo () As TypeInfo Implements IReflectableType.GetTypeInfo

Returns

A reference to the current type.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the TypeInfo instance is cast to an IReflectableType interface.

Applies to