Share via


Assembly Constructor

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

Initializes a new instance of the Assembly class.

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

Syntax

'Declaration
Public Sub New
public Assembly()
public:
Assembly()
new : unit -> Assembly
public function Assembly()

Remarks

This constructor is invoked by derived classes during the construction of Assembly objects.

.NET Framework Security

See Also

Reference

Assembly Class

System.Reflection Namespace