C# 클래스 Rhino.Tools.Shell.ShellContextFactory

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

공개 메소드들

메소드 설명
GetCharacterEncoding ( ) : string
SetAllowReservedKeywords ( bool allowReservedKeywords ) : void
SetCharacterEncoding ( string characterEncoding ) : void
SetErrorReporter ( ErrorReporter errorReporter ) : void
SetGeneratingDebug ( bool generatingDebug ) : void
SetLanguageVersion ( int version ) : void
SetOptimizationLevel ( int optimizationLevel ) : void
SetStrictMode ( bool flag ) : void
SetWarningAsError ( bool flag ) : void

보호된 메소드들

메소드 설명
HasFeature ( Context cx, int featureIndex ) : bool
OnContextCreated ( Context cx ) : void

메소드 상세

GetCharacterEncoding() 공개 메소드

public GetCharacterEncoding ( ) : string
리턴 string

HasFeature() 보호된 메소드

protected HasFeature ( Context cx, int featureIndex ) : bool
cx Rhino.Context
featureIndex int
리턴 bool

OnContextCreated() 보호된 메소드

protected OnContextCreated ( Context cx ) : void
cx Rhino.Context
리턴 void

SetAllowReservedKeywords() 공개 메소드

public SetAllowReservedKeywords ( bool allowReservedKeywords ) : void
allowReservedKeywords bool
리턴 void

SetCharacterEncoding() 공개 메소드

public SetCharacterEncoding ( string characterEncoding ) : void
characterEncoding string
리턴 void

SetErrorReporter() 공개 메소드

public SetErrorReporter ( ErrorReporter errorReporter ) : void
errorReporter ErrorReporter
리턴 void

SetGeneratingDebug() 공개 메소드

public SetGeneratingDebug ( bool generatingDebug ) : void
generatingDebug bool
리턴 void

SetLanguageVersion() 공개 메소드

public SetLanguageVersion ( int version ) : void
version int
리턴 void

SetOptimizationLevel() 공개 메소드

public SetOptimizationLevel ( int optimizationLevel ) : void
optimizationLevel int
리턴 void

SetStrictMode() 공개 메소드

public SetStrictMode ( bool flag ) : void
flag bool
리턴 void

SetWarningAsError() 공개 메소드

public SetWarningAsError ( bool flag ) : void
flag bool
리턴 void