C# 클래스 Rhino.Tools.Shell.Runner
파일 보기
프로젝트 열기: hazzik/Rhino.Net
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
Run ( Context cx ) : object |
|
|
Run ( ) : void |
|
|
비공개 메소드들
메소드 |
설명 |
|
Runner ( Scriptable scope, System.Function func, object args ) : System |
|
|
Runner ( Scriptable scope, System.Script script ) : System |
|
|
메소드 상세
public Run ( Context cx ) : object |
cx |
Rhino.Context |
|
리턴 |
object |
|
public Run ( ) : void |
리턴 |
void |
|