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)

핸들에서 만든 새 RuntimeMethodHandle 개체를 RuntimeMethodInfo로 반환합니다.

GetFunctionPointer()

이 인스턴스가 나타내는 메서드에 대한 포인터를 가져옵니다.

GetHashCode()

이 인스턴스의 해시 코드를 반환합니다.

GetObjectData(SerializationInfo, StreamingContext)

이 인스턴스로 표시된 필드를 역직렬화하는 데 필요한 데이터를 사용하여 SerializationInfo를 채웁니다.

ToIntPtr(RuntimeMethodHandle)

개체의 내부 포인터 표현을 RuntimeMethodHandle 반환합니다.

연산자

Equality(RuntimeMethodHandle, RuntimeMethodHandle)

RuntimeMethodHandle 인스턴스가 서로 동일한지 여부를 나타냅니다.

Inequality(RuntimeMethodHandle, RuntimeMethodHandle)

RuntimeMethodHandle 인스턴스가 서로 다른지 여부를 나타냅니다.

적용 대상