다음을 통해 공유


MetadataAggregator.GetGenerationHandle(Handle, Int32) 메서드

정의

집계 메타데이터 내의 엔터티 핸들을 토대로, 엔터티가 정의되는 메타데이터 생성 내의 엔터티 핸들을 계산합니다.

public:
 System::Reflection::Metadata::Handle GetGenerationHandle(System::Reflection::Metadata::Handle handle, [Runtime::InteropServices::Out] int % generation);
public System.Reflection.Metadata.Handle GetGenerationHandle (System.Reflection.Metadata.Handle handle, out int generation);
member this.GetGenerationHandle : System.Reflection.Metadata.Handle * int -> System.Reflection.Metadata.Handle
Public Function GetGenerationHandle (handle As Handle, ByRef generation As Integer) As Handle

매개 변수

handle
Handle

집계 메타데이터의 엔터티 핸들입니다.

generation
Int32

엔터티가 정의되는 생성입니다.

반환

메타데이터 generation의 엔터티 핸들입니다.

적용 대상