RuntimeFieldHandle Structure
Represents a field using an internal metadata token.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Value | Gets a handle to the field represented by the current instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether the current instance is equal to the specified object.(Overrides ValueType::Equals(Object^).) |
![]() | Equals(RuntimeFieldHandle) | Indicates whether the current instance is equal to the specified RuntimeFieldHandle. |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides ValueType::GetHashCode().) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo with the data necessary to deserialize the field represented by the current instance. |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(RuntimeFieldHandle, RuntimeFieldHandle) | Indicates whether two RuntimeFieldHandle structures are equal. |
![]() ![]() | Inequality(RuntimeFieldHandle, RuntimeFieldHandle) | Indicates whether two RuntimeFieldHandle structures are not equal. |
The value of an instance of the RuntimeFieldHandle structure is a handle to the field represented by the instance.
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



