C# Класс Rhino.Tools.Shell.ShellContextFactory

Наследование: ContextFactory
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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