RuntimeMethodHandle 構造体

定義

RuntimeMethodHandle は、メソッドの内部メタデータ形式を識別するハンドルです。

public value class RuntimeMethodHandle
public value class RuntimeMethodHandle : System::Runtime::Serialization::ISerializable
public value class RuntimeMethodHandle : IEquatable<RuntimeMethodHandle>, System::Runtime::Serialization::ISerializable
public struct RuntimeMethodHandle
public struct RuntimeMethodHandle : System.Runtime.Serialization.ISerializable
public struct RuntimeMethodHandle : IEquatable<RuntimeMethodHandle>, System.Runtime.Serialization.ISerializable
[System.Serializable]
public struct RuntimeMethodHandle : System.Runtime.Serialization.ISerializable
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct RuntimeMethodHandle : System.Runtime.Serialization.ISerializable
type RuntimeMethodHandle = struct
type RuntimeMethodHandle = struct
    interface ISerializable
[<System.Serializable>]
type RuntimeMethodHandle = struct
    interface ISerializable
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type RuntimeMethodHandle = struct
    interface ISerializable
Public Structure RuntimeMethodHandle
Public Structure RuntimeMethodHandle
Implements ISerializable
Public Structure RuntimeMethodHandle
Implements IEquatable(Of RuntimeMethodHandle), ISerializable
継承
RuntimeMethodHandle
属性
実装

プロパティ

Value

このインスタンスの値を取得します。

メソッド

Equals(Object)

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

Equals(RuntimeMethodHandle)

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

FromIntPtr(IntPtr)

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

GetFunctionPointer()

このインスタンスで表すメソッドのポインターを取得します。

GetHashCode()

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

GetObjectData(SerializationInfo, StreamingContext)

インスタンスが表すフィールドを逆シリアル化するために必要なデータを SerializationInfo に読み込みます。

ToIntPtr(RuntimeMethodHandle)

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

演算子

Equality(RuntimeMethodHandle, RuntimeMethodHandle)

RuntimeMethodHandle の 2 つのインスタンスが等しいかどうかを示します。

Inequality(RuntimeMethodHandle, RuntimeMethodHandle)

RuntimeMethodHandle の 2 つのインスタンスが等しくないかどうかを示します。

適用対象