C# 클래스 AssetBundles.ExecuteInternalMono

파일 보기 프로젝트 열기: unity3d-jp/AssetGraph 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
processStartInfo System.Diagnostics.ProcessStartInfo

공개 메소드들

메소드 설명
EscapeCharsQuote ( string input ) : string
EscapeCharsWindows ( string input ) : string
GetProfileStartInfoForMono ( string monodistribution, string profile, string executable, string arguments, bool setMonoEnvironmentVariables ) : ProcessStartInfo
PrepareFileName ( string input ) : string

비공개 메소드들

메소드 설명
PathCombine ( ) : string

메소드 상세

EscapeCharsQuote() 공개 정적인 메소드

public static EscapeCharsQuote ( string input ) : string
input string
리턴 string

EscapeCharsWindows() 공개 정적인 메소드

public static EscapeCharsWindows ( string input ) : string
input string
리턴 string

GetProfileStartInfoForMono() 공개 정적인 메소드

public static GetProfileStartInfoForMono ( string monodistribution, string profile, string executable, string arguments, bool setMonoEnvironmentVariables ) : ProcessStartInfo
monodistribution string
profile string
executable string
arguments string
setMonoEnvironmentVariables bool
리턴 System.Diagnostics.ProcessStartInfo

PrepareFileName() 공개 정적인 메소드

public static PrepareFileName ( string input ) : string
input string
리턴 string

프로퍼티 상세

processStartInfo 공개적으로 프로퍼티

public ProcessStartInfo,System.Diagnostics processStartInfo
리턴 System.Diagnostics.ProcessStartInfo