RuntimeFieldHandle Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a field using an internal metadata token.
public value class RuntimeFieldHandle
public value class RuntimeFieldHandle : System::Runtime::Serialization::ISerializable
public value class RuntimeFieldHandle : IEquatable<RuntimeFieldHandle>, System::Runtime::Serialization::ISerializable
public struct RuntimeFieldHandle
public struct RuntimeFieldHandle : System.Runtime.Serialization.ISerializable
public struct RuntimeFieldHandle : IEquatable<RuntimeFieldHandle>, System.Runtime.Serialization.ISerializable
[System.Serializable]
public struct RuntimeFieldHandle : System.Runtime.Serialization.ISerializable
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct RuntimeFieldHandle : System.Runtime.Serialization.ISerializable
type RuntimeFieldHandle = struct
type RuntimeFieldHandle = struct
interface ISerializable
[<System.Serializable>]
type RuntimeFieldHandle = struct
interface ISerializable
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type RuntimeFieldHandle = struct
interface ISerializable
Public Structure RuntimeFieldHandle
Public Structure RuntimeFieldHandle
Implements ISerializable
Public Structure RuntimeFieldHandle
Implements IEquatable(Of RuntimeFieldHandle), 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. |
FromIntPtr(IntPtr) |
Returns a new RuntimeFieldHandle object created from a handle to a RuntimeFieldInfo. |
GetHashCode() |
Returns the hash code for this instance. |
GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
Populates a SerializationInfo with the data necessary to deserialize the field represented by the current instance. |
ToIntPtr(RuntimeFieldHandle) |
Returns the internal pointer representation of a RuntimeFieldHandle object. |
Operators
Equality(RuntimeFieldHandle, RuntimeFieldHandle) |
Indicates whether two RuntimeFieldHandle structures are equal. |
Inequality(RuntimeFieldHandle, RuntimeFieldHandle) |
Indicates whether two RuntimeFieldHandle structures are not equal. |