C# 클래스 ScriptInfo

파일 보기 프로젝트 열기: oleg-shilo/cs-script 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fileName string
parseParams ParsingParams

공개 메소드들

메소드 설명
ScriptInfo ( CSharpParser, info ) : System

Constructor

메소드 상세

ScriptInfo() 공개 메소드

Constructor
public ScriptInfo ( CSharpParser, info ) : System
info CSharpParser, ImportInfo object containing the information how the script file should be parsed.
리턴 System

프로퍼티 상세

fileName 공개적으로 프로퍼티

public string fileName
리턴 string

parseParams 공개적으로 프로퍼티

public ParsingParams parseParams
리턴 ParsingParams