Type.GetTypeFromHandle Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the type referenced by the specified type handle.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<SecuritySafeCriticalAttribute> _
Public Shared Function GetTypeFromHandle ( _
handle As RuntimeTypeHandle _
) As Type
[SecuritySafeCriticalAttribute]
public static Type GetTypeFromHandle(
RuntimeTypeHandle handle
)
Parameters
- handle
Type: System.RuntimeTypeHandle
The RuntimeTypeHandle object that refers to the type.
Return Value
Type: System.Type
The type referenced by the specified RuntimeTypeHandle, or nulla null reference (Nothing in Visual Basic) if the value of the handle is nulla null reference (Nothing in Visual Basic).
Exceptions
Exception | Condition |
---|---|
TargetInvocationException | A class initializer is invoked and throws an exception. |
Remarks
The handles are valid only in the application domain in which they were obtained.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.