RuntimeFieldHandle Struct
Definition
Represents a field using an internal metadata token.
public value class RuntimeFieldHandle : System::Runtime::Serialization::ISerializable
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public struct RuntimeFieldHandle : System.Runtime.Serialization.ISerializable
type RuntimeFieldHandle = struct
interface ISerializable
Public Structure RuntimeFieldHandle
Implements ISerializable
- Inheritance
- Attributes
- Implements
Remarks
The value of an instance of the RuntimeFieldHandle structure is a handle to the field represented by the instance.
Properties
Value |
Gets a handle to the field represented by the current instance. |
Methods
Equals(Object) |
Indicates whether the current instance is equal to the specified object. |
Equals(RuntimeFieldHandle) |
Indicates whether the current instance is equal to the specified RuntimeFieldHandle. |
GetHashCode() |
Returns the hash code for this instance. |
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data necessary to deserialize the field represented by the current instance. |
Operators
Equality(RuntimeFieldHandle, RuntimeFieldHandle) |
Indicates whether two RuntimeFieldHandle structures are equal. |
Inequality(RuntimeFieldHandle, RuntimeFieldHandle) |
Indicates whether two RuntimeFieldHandle structures are not equal. |