TypeInfo.IReflectableType.GetTypeInfo Méthode

Définition

Retourne une représentation du type actuel en tant qu'objet TypeInfo.

 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

Retours

TypeInfo

Référence au type actuel.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de TypeInfo est castée en interface IReflectableType.

S’applique à