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

Inheritance: IScriptingContext
Show file Open project: Warewolf-ESB/Warewolf

Public Properties

Property Type Description
IsWin8 bool

Public Methods

Method Description
CreateRubyEngine ( ) : ScriptEngine
Execute ( string scriptValue ) : string
HandlesType ( ) : enScriptType

Method Details

CreateRubyEngine() public method

public CreateRubyEngine ( ) : ScriptEngine
return ScriptEngine

Execute() public method

public Execute ( string scriptValue ) : string
scriptValue string
return string

HandlesType() public method

public HandlesType ( ) : enScriptType
return enScriptType

Property Details

IsWin8 public static property

public static bool IsWin8
return bool