Method | Description | |
---|---|---|
CallConsoleRunner ( ) : void |
Invokes the application entry point in NAnt.Core.
|
|
HelperArguments ( string args, string probePaths ) : System.Security |
Initializes a new instance of the HelperArguments class with the specified command-line arguments.
|
public HelperArguments ( string args, string probePaths ) : System.Security | ||
args | string | The commandline arguments passed to NAnt.exe. |
probePaths | string | Directories relative to the base directory of the AppDomain to probe for missing assembly references. |
return | System.Security |