C# 클래스 Peachpie.NETCore.Compiler.Tools.Program

Main class.
파일 보기 프로젝트 열기: iolevel/peachpie

공개 메소드들

메소드 설명
Main ( string args ) : int

dotnet-compile-php entry point.

비공개 메소드들

메소드 설명
CreateRspFile ( string args ) : string

Parses given arguments and gets new set of arguments to be passed to our compiler driver.

ParseOption ( string arg ) : string>?.KeyValuePair
ProcessRsp ( string fname ) : IEnumerable

메소드 상세

Main() 공개 정적인 메소드

dotnet-compile-php entry point.
public static Main ( string args ) : int
args string Arguments passed from dotnet build.
리턴 int