C# 클래스 CSI.CodeChunk

상속: Utils
파일 보기 프로젝트 열기: keyword/CSharp-Interpreter-for-Unity-3D 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DumpingValue bool

공개 메소드들

메소드 설명
Go ( Hashtable V ) : void
Instantiate ( Assembly a, Interpreter interp ) : void

메소드 상세

Go() 공개 메소드

public Go ( Hashtable V ) : void
V System.Collections.Hashtable
리턴 void

Instantiate() 공개 정적인 메소드

public static Instantiate ( Assembly a, Interpreter interp ) : void
a System.Reflection.Assembly
interp Interpreter
리턴 void

프로퍼티 상세

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

public static bool DumpingValue
리턴 bool