Gets the
Assembly in which the type is declared. For generic types, gets the
Assembly in which the generic type is defined.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public abstract Assembly Assembly { get; }
Return Value
Type:
AssemblyAn
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