Assembly Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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)

Syntax

'Declaration
Public MustOverride ReadOnly Property Assembly As Assembly
public abstract Assembly Assembly { get; }
public:
virtual property Assembly^ Assembly {
    Assembly^ get () abstract;
}
abstract Assembly : Assembly with get
abstract function get Assembly () : Assembly

Property Value

Type: System.Reflection. . :: . .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.

.NET Framework Security

See Also

Reference

Type Class

System Namespace