MetadataAggregator.GetGenerationHandle(Handle, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.