ModuleBuilder.GetMethodMetadataToken 메서드

정의

오버로드

GetMethodMetadataToken(ConstructorInfo)

파생 클래스에서 재정의되는 경우 모듈을 기준으로 지정된 ConstructorInfo 에 대한 메타데이터 토큰을 반환합니다.

GetMethodMetadataToken(MethodInfo)

파생 클래스에서 재정의되는 경우 모듈을 기준으로 지정된 MethodInfo 에 대한 메타데이터 토큰을 반환합니다.

GetMethodMetadataToken(ConstructorInfo)

Source:
ModuleBuilder.cs
Source:
ModuleBuilder.cs

파생 클래스에서 재정의되는 경우 모듈을 기준으로 지정된 ConstructorInfo 에 대한 메타데이터 토큰을 반환합니다.

public:
 abstract int GetMethodMetadataToken(System::Reflection::ConstructorInfo ^ constructor);
public abstract int GetMethodMetadataToken (System.Reflection.ConstructorInfo constructor);
abstract member GetMethodMetadataToken : System.Reflection.ConstructorInfo -> int
Public MustOverride Function GetMethodMetadataToken (constructor As ConstructorInfo) As Integer

매개 변수

constructor
ConstructorInfo

ConstructorInfo 토큰을 검색할 입니다.

반환

메타데이터 토큰을 나타내는 정수입니다.

설명

토큰은 개체가 IL 지침에 사용될 때 개체를 식별하는 데 사용됩니다. 토큰은 항상 모듈을 기준으로 합니다.

적용 대상

GetMethodMetadataToken(MethodInfo)

Source:
ModuleBuilder.cs
Source:
ModuleBuilder.cs

파생 클래스에서 재정의되는 경우 모듈을 기준으로 지정된 MethodInfo 에 대한 메타데이터 토큰을 반환합니다.

public:
 abstract int GetMethodMetadataToken(System::Reflection::MethodInfo ^ method);
public abstract int GetMethodMetadataToken (System.Reflection.MethodInfo method);
abstract member GetMethodMetadataToken : System.Reflection.MethodInfo -> int
Public MustOverride Function GetMethodMetadataToken (method As MethodInfo) As Integer

매개 변수

method
MethodInfo

MethodInfo 토큰을 검색할 입니다.

반환

메타데이터 토큰을 나타내는 정수입니다.

설명

토큰은 개체가 IL 지침에 사용될 때 개체를 식별하는 데 사용됩니다. 토큰은 항상 모듈을 기준으로 합니다.

적용 대상