IReflectableType.GetTypeInfo Method

Definition

Retrieves an object that represents this type.

public:
 System::Reflection::TypeInfo ^ GetTypeInfo();
public System.Reflection.TypeInfo GetTypeInfo ();
abstract member GetTypeInfo : unit -> System.Reflection.TypeInfo
Public Function GetTypeInfo () As TypeInfo

Returns

An object that represents this type.

Applies to