C# 클래스 csscript.AutoclassGenerator

AutoclassGenerator to be used by external applications for generating the auto-class from the classless scripts
파일 보기 프로젝트 열기: oleg-shilo/cs-script 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConsoleEncoding string

공개 메소드들

메소드 설명
Process ( string code, int &position ) : string

Processes the specified code.

Process ( string code, int &injectionPos, int &injectionLength ) : string

Processes the specified code.

메소드 상세

Process() 정적인 공개 메소드

Processes the specified code.
static public Process ( string code, int &position ) : string
code string The code.
position int The position.
리턴 string

Process() 정적인 공개 메소드

Processes the specified code.
static public Process ( string code, int &injectionPos, int &injectionLength ) : string
code string The code.
injectionPos int The injection position.
injectionLength int Length of the injection.
리턴 string

프로퍼티 상세

ConsoleEncoding 정적으로 공개적으로 프로퍼티

The console encoding to be set for at the script initialization.
static public string ConsoleEncoding
리턴 string