C# 클래스 FileParser

Class that implements parsing the single C# script file
파일 보기 프로젝트 열기: oleg-shilo/cs-script 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fileNameImported string
prams ParsingParams

공개 메소드들

메소드 설명
FileParser ( ) : System
FileParser ( string fileName, ParsingParams prams, bool process, bool imported, string searchDirs, bool throwOnError ) : System

메소드 상세

FileParser() 공개 메소드

public FileParser ( ) : System
리턴 System

FileParser() 공개 메소드

public FileParser ( string fileName, ParsingParams prams, bool process, bool imported, string searchDirs, bool throwOnError ) : System
fileName string
prams ParsingParams
process bool
imported bool
searchDirs string
throwOnError bool
리턴 System

프로퍼티 상세

fileNameImported 공개적으로 프로퍼티

public string fileNameImported
리턴 string

prams 공개적으로 프로퍼티

public ParsingParams prams
리턴 ParsingParams