Summary
Gets the filename of the external program to start.
- Assembly
- NAnt
.Win32 .dll - Namespace
- NAnt
.Win32 .Tasks - Containing Type
- RegAsmTask
Syntax
public override string ProgramFileName { get; }
Remarks
Override in derived classes to explicitly set the location of the
external tool.
Value
Type | Description |
---|---|
string | The filename of the external program. |