[Serializable] |
Value | Read-only Gets the value of this instance. |
Equals (inherited from�System.ValueType) |
See base class member description: System.ValueType.Equals Indicates whether this instance and a specified object are equal. |
GetFunctionPointer | Obtains a pointer to the method represented by this instance. |
GetHashCode (inherited from�System.ValueType) |
See base class member description: System.ValueType.GetHashCode Returns the hash code for this instance. |
GetObjectData | Populates a SerializationInfo with the data necessary to deserialize the field represented by this instance. |
GetType (inherited from�System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from�System.ValueType) |
See base class member description: System.ValueType.ToString Returns the fully qualified type name of this instance. |
Finalize (inherited from�System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from�System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public IntPtr�Value {get;}
|
obj
~RuntimeMethodHandle(); |
public IntPtr�GetFunctionPointer(); |
public override int�GetHashCode(); |
For more information, see Object.GetHashCode, and Hashtable.
public void GetObjectData( |
info
context
Exception Type | Condition |
---|---|
ArgumentNullException | info is null. |
SerializationException | RuntimeMethodHandle.Value is invalid. |
For more information, see the SerializationInfo.AddValue method.
public Type�GetType(); |
protected object�MemberwiseClone(); |
public override string�ToString(); |