C# 클래스 IronRuby.Runtime.SpecialGlobalVariableInfo

상속: GlobalVariable
파일 보기 프로젝트 열기: ExpertsInside/IronSP

공개 메소드들

메소드 설명
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