TypeInfo.IReflectableType.GetTypeInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.