C# 클래스 ScriptCs.PreProcessorUtil

파일 보기 프로젝트 열기: 7sharp9/scriptcs 1 사용 예제들

공개 메소드들

메소드 설명
GetPath ( string replaceString, string line ) : string
IsLoadLine ( string line ) : bool
IsNonDirectiveLine ( string line ) : bool
IsRLine ( string line ) : bool
IsUsingLine ( string line ) : bool

메소드 상세

GetPath() 공개 정적인 메소드

public static GetPath ( string replaceString, string line ) : string
replaceString string
line string
리턴 string

IsLoadLine() 공개 정적인 메소드

public static IsLoadLine ( string line ) : bool
line string
리턴 bool

IsNonDirectiveLine() 공개 정적인 메소드

public static IsNonDirectiveLine ( string line ) : bool
line string
리턴 bool

IsRLine() 공개 정적인 메소드

public static IsRLine ( string line ) : bool
line string
리턴 bool

IsUsingLine() 공개 정적인 메소드

public static IsUsingLine ( string line ) : bool
line string
리턴 bool