| NAnt SDK Documentation - v0.92 |
|
RegAsmTask.ProgramFileName Property
Gets the filename of the external program to start.
[Visual Basic]
Overrides Public ReadOnly Property ProgramFileName As
String
[C#]
public override
string ProgramFileName {get;}
Property Value
The filename of the external program.
Remarks
Override in derived classes to explicitly set the location of the external tool.
See Also
RegAsmTask Class | NAnt.Win32.Tasks Namespace