Summary
Represents a single assembly in an
NAnt.Contrib.Types.AssemblySet.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Types - Base Types
-
- Element
graph BT
Type-->Base0["Element"]
Type["Assembly"]
class Type type-node
Syntax
public sealed class Assembly : Element
Constructors
| Name | Summary |
|---|---|
| Assembly |
Constructs and initializes an instance of Assembly.
|
Properties
| Name | Value | Summary |
|---|---|---|
| Culture | string |
The culture for the assembly.
|
| If | bool |
If
true then the assembly will be included. The default is true.
|
| Name | string |
The name of the assembly.
|
| PublicKeyToken | string |
The public key token of the assembly.
|
| Unless | bool |
Opposite of
NAnt.Contrib.Types.Assembly.If. If false then the assembly will be included. The default is
false.
|
| Version | string |
The version of the assembly.
|
Methods
| Name | Value | Summary |
|---|---|---|
| ToString |
string |
Converts this
Assembly object into it's string representation.
|
