C# 클래스 NAnt.Console.ConsoleStub.HelperArguments

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: skolima/NAnt

공개 메소드들

메소드 설명
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