Assembly Constructor
Initializes a new instance of the Assembly class.
Overload List
| Name | Description |
|---|---|
| Assembly () |
Initializes a new instance of the Assembly class using the default values.
|
| Assembly (String) |
Initializes a new instance of the Assembly class using a name.
|
| Assembly (String, String) |
Initializes a new instance of the Assembly class using a name and an identifier.
|