C# 클래스 Rhino.Drivers.ShellTest

파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DIRECTORY_FILTER FileFilter
TEST_FILTER FileFilter

공개 메소드들

메소드 설명
GetStackTrace ( Exception t ) : string
Options ( ) : string
Run ( ShellContextFactory shellContextFactory, FilePath jsFile, ShellTest parameters, ShellTest status ) : void

비공개 메소드들

메소드 설명
CallStop ( Sharpen t ) : void
RunFileIfExists ( Context cx, Scriptable global, FilePath f ) : void

메소드 상세

GetStackTrace() 공개 정적인 메소드

public static GetStackTrace ( Exception t ) : string
t System.Exception
리턴 string

Options() 공개 정적인 메소드

public static Options ( ) : string
리턴 string

Run() 공개 정적인 메소드

public static Run ( ShellContextFactory shellContextFactory, FilePath jsFile, ShellTest parameters, ShellTest status ) : void
shellContextFactory Rhino.Tools.Shell.ShellContextFactory
jsFile Sharpen.FilePath
parameters ShellTest
status ShellTest
리턴 void

프로퍼티 상세

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

public static FileFilter DIRECTORY_FILTER
리턴 FileFilter

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

public static FileFilter TEST_FILTER
리턴 FileFilter