C# Class Rhino.Tools.Shell.ShellContextFactory

Inheritance: ContextFactory
Datei anzeigen Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
HasFeature ( Context cx, int featureIndex ) : bool
OnContextCreated ( Context cx ) : void

Method Details

GetCharacterEncoding() public method

public GetCharacterEncoding ( ) : string
return string

HasFeature() protected method

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

OnContextCreated() protected method

protected OnContextCreated ( Context cx ) : void
cx Rhino.Context
return void

SetAllowReservedKeywords() public method

public SetAllowReservedKeywords ( bool allowReservedKeywords ) : void
allowReservedKeywords bool
return void

SetCharacterEncoding() public method

public SetCharacterEncoding ( string characterEncoding ) : void
characterEncoding string
return void

SetErrorReporter() public method

public SetErrorReporter ( ErrorReporter errorReporter ) : void
errorReporter ErrorReporter
return void

SetGeneratingDebug() public method

public SetGeneratingDebug ( bool generatingDebug ) : void
generatingDebug bool
return void

SetLanguageVersion() public method

public SetLanguageVersion ( int version ) : void
version int
return void

SetOptimizationLevel() public method

public SetOptimizationLevel ( int optimizationLevel ) : void
optimizationLevel int
return void

SetStrictMode() public method

public SetStrictMode ( bool flag ) : void
flag bool
return void

SetWarningAsError() public method

public SetWarningAsError ( bool flag ) : void
flag bool
return void