Method | Description | |
---|---|---|
GetValue ( RubyContext context, IronRuby.Runtime.RubyScope scope ) : object | ||
SetValue ( RubyContext context, IronRuby.Runtime.RubyScope scope, string name, object value ) : void |
Method | Description | |
---|---|---|
RequireWriteProtocol ( RubyContext context, object value, string variableName ) : object | ||
SpecialGlobalVariableInfo ( GlobalVariableId id ) : System |
public GetValue ( RubyContext context, IronRuby.Runtime.RubyScope scope ) : object | ||
context | RubyContext | |
scope | IronRuby.Runtime.RubyScope | |
return | object |
public SetValue ( RubyContext context, IronRuby.Runtime.RubyScope scope, string name, object value ) : void | ||
context | RubyContext | |
scope | IronRuby.Runtime.RubyScope | |
name | string | |
value | object | |
return | void |