C# 클래스 RunCSharp.RunBlock

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: ahzf/MonoCompilerAsAService 1 사용 예제들

공개 메소드들

메소드 설명
Run ( RunCSharp.Runner runner ) : bool

Executes the block using the given Runner

RunBlock ( ) : System
RunBlock ( string inputText ) : System

비공개 메소드들

메소드 설명
OnPropertyChanged ( string name ) : void

메소드 상세

Run() 공개 메소드

Executes the block using the given Runner
public Run ( RunCSharp.Runner runner ) : bool
runner RunCSharp.Runner The that will be used to run the code
리턴 bool

RunBlock() 공개 메소드

public RunBlock ( ) : System
리턴 System

RunBlock() 공개 메소드

public RunBlock ( string inputText ) : System
inputText string
리턴 System