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

NUnit2Test.AssemblyFile Property

[This is preliminary documentation and subject to change.]

Name of the assembly to search for tests.

[Visual Basic]
<TaskAttribute(Name:="assemblyname", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property AssemblyFile As FileInfo
[C#]
[TaskAttribute(Name="assemblyname", Required=False, ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo AssemblyFile {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.NUnit2.Types.NUnit2Test.AssemblyFile

See Also

NUnit2Test Class | NAnt.NUnit2.Types Namespace