C# Класс NAnt.Console.ConsoleStub.HelperArguments

Наследование: System.MarshalByRefObject
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CallConsoleRunner() публичный Метод

Invokes the application entry point in NAnt.Core.
public CallConsoleRunner ( ) : void
Результат void

HelperArguments() публичный Метод

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.
Результат System.Security