Edit

Share via


MetadataAggregator.GetGenerationHandle(Handle, Int32) Method

Definition

Calculates the handle of the entity within the metadata generation it is defined in, given a handle of an entity in an aggregate metadata.

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

Parameters

handle
Handle

Handle of an entity in an aggregate metadata.

generation
Int32

The generation the entity is defined in.

Returns

Handle of the entity within the metadata generation.

Applies to