NAnt SDK Documentation - v0.85-nightly-2005-11-09

TaskBuilder.Assembly Property

[This is preliminary documentation and subject to change.]

Gets the Assembly from which the task will be created.

[Visual Basic]
Public ReadOnly Property Assembly As Assembly
[C#]
public System.Reflection.Assembly Assembly {get;}

Property Value

The Assembly containing the task.

Remarks

Missing <remarks> documentation for P:NAnt.Core.TaskBuilder.Assembly

See Also

TaskBuilder Class | NAnt.Core Namespace