RuntimeFieldHandle 構造体

定義

内部メタデータ トークンを使用してフィールドを表します。

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
継承
RuntimeFieldHandle
属性
実装

注釈

構造体のインスタンスの RuntimeFieldHandle 値は、 インスタンスによって表されるフィールドへのハンドルです。

プロパティ

Value

現在のインスタンスが表すフィールドを識別するハンドルを取得します。

メソッド

Equals(Object)

現在のインスタンスが指定したオブジェクトと等しいかどうかを示します。

Equals(RuntimeFieldHandle)

現在のインスタンスが指定した RuntimeFieldHandle と等しいかどうかを示します。

FromIntPtr(IntPtr)

ハンドルから RuntimeFieldInfo に作成された新しい RuntimeFieldHandle オブジェクトを返します。

GetHashCode()

このインスタンスのハッシュ コードを返します。

GetObjectData(SerializationInfo, StreamingContext)

現在のインスタンスが表すフィールドを逆シリアル化するために必要なデータを SerializationInfo に設定します。

ToIntPtr(RuntimeFieldHandle)

オブジェクトの内部ポインター表現を RuntimeFieldHandle 返します。

演算子

Equality(RuntimeFieldHandle, RuntimeFieldHandle)

2 つの RuntimeFieldHandle 構造体が等しいかどうかを示します。

Inequality(RuntimeFieldHandle, RuntimeFieldHandle)

2 つの RuntimeFieldHandle 構造体が等しくないかどうかを示します。

適用対象