Type::GetTypeFromHandle Method
Silverlight
Gets the type referenced by the specified type handle.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
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 nullptr if the value of the handle is nullptr.
| 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.
Community Additions
ADD
Show: