C# Class NAnt.Console.ConsoleStub.HelperArguments

Inheritance: System.MarshalByRefObject
Exibir arquivo Open project: skolima/NAnt

Public Methods

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.

Method Details

CallConsoleRunner() public method

Invokes the application entry point in NAnt.Core.
public CallConsoleRunner ( ) : void
return void

HelperArguments() public method

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