C# Class Dev2.Development.Languages.Scripting.RubyContext

Inheritance: IScriptingContext
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Свойство Type Description
IsWin8 bool

Méthodes publiques

Méthode Description
CreateRubyEngine ( ) : ScriptEngine
Execute ( string scriptValue ) : string
HandlesType ( ) : enScriptType

Method Details

CreateRubyEngine() public méthode

public CreateRubyEngine ( ) : ScriptEngine
Résultat ScriptEngine

Execute() public méthode

public Execute ( string scriptValue ) : string
scriptValue string
Résultat string

HandlesType() public méthode

public HandlesType ( ) : enScriptType
Résultat enScriptType

Property Details

IsWin8 public_oe static_oe property

public static bool IsWin8
Résultat bool