共用方式為


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 內實體的控制代碼。

適用於