C# 클래스 GlueView.Scripting.CodeContext

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
AddVariableStack ( ) : void
CodeContext ( object containerInstance ) : System
GetVariableInformation ( string variableName, int &stackDepth ) : void
RemoveVariableStack ( ) : void

메소드 상세

AddVariableStack() 공개 메소드

public AddVariableStack ( ) : void
리턴 void

CodeContext() 공개 메소드

public CodeContext ( object containerInstance ) : System
containerInstance object
리턴 System

GetVariableInformation() 공개 메소드

public GetVariableInformation ( string variableName, int &stackDepth ) : void
variableName string
stackDepth int
리턴 void

RemoveVariableStack() 공개 메소드

public RemoveVariableStack ( ) : void
리턴 void