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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.