Click or drag to resize
TypeAssembly Property
Gets the Assembly in which the type is declared. For generic types, gets the Assembly in which the generic type is defined.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public abstract Assembly Assembly { get; }

Return Value

Type: 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.
See Also