Share via


Type.Assembly Property

Gets the Assembly object in which the current type is declared.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual abstract Assembly Assembly { get; }

Property Value

The Assembly object describing the assembly that contains the current type.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Type Class
Type Members
System Namespace