C# Class Rhino.Tools.Shell.ShellContextFactory

Inheritance: ContextFactory
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
HasFeature ( Context cx, int featureIndex ) : bool
OnContextCreated ( Context cx ) : void

Method Details

GetCharacterEncoding() public méthode

public GetCharacterEncoding ( ) : string
Résultat string

HasFeature() protected méthode

protected HasFeature ( Context cx, int featureIndex ) : bool
cx Rhino.Context
featureIndex int
Résultat bool

OnContextCreated() protected méthode

protected OnContextCreated ( Context cx ) : void
cx Rhino.Context
Résultat void

SetAllowReservedKeywords() public méthode

public SetAllowReservedKeywords ( bool allowReservedKeywords ) : void
allowReservedKeywords bool
Résultat void

SetCharacterEncoding() public méthode

public SetCharacterEncoding ( string characterEncoding ) : void
characterEncoding string
Résultat void

SetErrorReporter() public méthode

public SetErrorReporter ( ErrorReporter errorReporter ) : void
errorReporter ErrorReporter
Résultat void

SetGeneratingDebug() public méthode

public SetGeneratingDebug ( bool generatingDebug ) : void
generatingDebug bool
Résultat void

SetLanguageVersion() public méthode

public SetLanguageVersion ( int version ) : void
version int
Résultat void

SetOptimizationLevel() public méthode

public SetOptimizationLevel ( int optimizationLevel ) : void
optimizationLevel int
Résultat void

SetStrictMode() public méthode

public SetStrictMode ( bool flag ) : void
flag bool
Résultat void

SetWarningAsError() public méthode

public SetWarningAsError ( bool flag ) : void
flag bool
Résultat void