August 2003
Intermediate to advanced
928 pages
32h 1m
English
RuntimeTypeHandle
This structure is a handle to the internal
metadata representation of a type. The
Value property provides an
IntPtr reference. You can use this class with the
Type.GetTypeFromHandle( ) static method.
public struct RuntimeTypeHandle : System.Runtime.Serialization.ISerializable { // Public Instance Properties public IntPtr Value{get; } // Public Instance Methods public void GetObjectData(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext) // implements ISerializable }
Object
→
ValueType
→
RuntimeTypeHandle(System.Runtime.Serialization.ISerializable)
ArgIterator.GetNextArgType( ),
Type.{GetTypeHandle( ),
TypeHandle}
ArgIterator.GetNextArg( ),
Type.GetTypeFromHandle( )