Table of Contents

Property Assembly

Namespace
Microsoft.Samples.Debugging.CorMetadata
Assembly
corapi.dll

Assembly

Gets the Assembly in which the type is declared. For generic types, gets the Assembly in which the generic type is defined.

public override Assembly Assembly { get; }

Property Value

Assembly

An Assembly instance that describes the assembly containing the current type. For generic types, the instance describes the assembly that contains the generic type definition, not the assembly that creates and uses a particular constructed type.