TypeInfo.IReflectableType.GetTypeInfo Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Private Function GetTypeInfo As TypeInfo
    Implements IReflectableType.GetTypeInfo
TypeInfo IReflectableType.GetTypeInfo()

Return Value

Type: System.Reflection..::.TypeInfo
A reference to the current type.

Implements

IReflectableType..::.GetTypeInfo()()()

Remarks

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

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

TypeInfo Class

System.Reflection Namespace