March 2002
Intermediate to advanced
864 pages
31h 8m
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 field IntPtr Value{get; } // Public Instance Methods public method void GetObjectData( // implements ISerializable System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
Object→ValueType→RuntimeTypeHandle(System.Runtime.Serialization.ISerializable)
ArgIterator.GetNextArgType(), Type.{GetTypeHandle(), TypeHandle}
ArgIterator.GetNextArg(), Type.GetTypeFromHandle()