C# Класс IronRuby.Runtime.SpecialGlobalVariableInfo

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

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

Метод Описание
GetValue ( RubyContext context, IronRuby.Runtime.RubyScope scope ) : object
SetValue ( RubyContext context, IronRuby.Runtime.RubyScope scope, string name, object value ) : void

Приватные методы

Метод Описание
RequireWriteProtocol ( RubyContext context, object value, string variableName ) : object
SpecialGlobalVariableInfo ( GlobalVariableId id ) : System

Описание методов

GetValue() публичный Метод

public GetValue ( RubyContext context, IronRuby.Runtime.RubyScope scope ) : object
context RubyContext
scope IronRuby.Runtime.RubyScope
Результат object

SetValue() публичный Метод

public SetValue ( RubyContext context, IronRuby.Runtime.RubyScope scope, string name, object value ) : void
context RubyContext
scope IronRuby.Runtime.RubyScope
name string
value object
Результат void