TypeHandle Property

TypeDelegator.TypeHandle Property

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

Gets a handle to the internal metadata representation of an implemented type.

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

'Declaration
Public Overrides ReadOnly Property TypeHandle As RuntimeTypeHandle

Property Value

Type: System.RuntimeTypeHandle
A RuntimeTypeHandle object.

A type handle is a unique integer value associated with each type. The handle is unique during the runtime.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft