Gets the Type referenced by the specified type handle.
- handle
- The RuntimeTypeHandle object that refers to the desired Type.
The Type referenced by the specified RuntimeTypeHandle.
Type Reason System.Security.Permissions.ReflectionPermission Requires permission to retrieve information on non-public objects. See System.Security.Permissions.ReflectionPermissionFlag.TypeInformation
Type Reason ArgumentNullException handle is null. System.Security.SecurityException The requested type is non-public and outside the current assembly, and the caller does not have the required permission. System.Reflection.TargetInvocationException A type initializer was invoked and threw an exception.
The handles are valid only in the application domain in which they were obtained.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0