C# 클래스 gbrainy.Core.Libraries.CSharpCompiler

상속: ICSharpCompiler
파일 보기 프로젝트 열기: GNOME/gbrainy

공개 메소드들

메소드 설명
CSharpCompiler ( ) : System
EvaluateCode ( string code ) : void
GetAllVariables ( ) : string
GetVariableValue ( string _var ) : string

메소드 상세

CSharpCompiler() 공개 메소드

public CSharpCompiler ( ) : System
리턴 System

EvaluateCode() 공개 메소드

public EvaluateCode ( string code ) : void
code string
리턴 void

GetAllVariables() 공개 메소드

public GetAllVariables ( ) : string
리턴 string

GetVariableValue() 공개 메소드

public GetVariableValue ( string _var ) : string
_var string
리턴 string