Type.GetTypeFromHandle Method
Silverlight
Gets the type referenced by the specified type handle.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
[SecuritySafeCriticalAttribute] public static Type GetTypeFromHandle( RuntimeTypeHandle handle )
Parameters
- handle
- Type: System.RuntimeTypeHandle
The RuntimeTypeHandle object that refers to the type.
Return Value
Type: System.TypeThe type referenced by the specified RuntimeTypeHandle, or null if the value of the handle is null.
| Exception | Condition |
|---|---|
| TargetInvocationException | A class initializer is invoked and throws an exception. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.