C# 클래스 IronRuby.Builtins.RubyMethod

상속: IDynamicObject
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
GetTargetClass ( ) : RubyClass
RubyMethod ( object target, IronRuby.Runtime.Calls.RubyMemberInfo info, string name ) : System.Linq.Expressions
ToProc ( IronRuby.Runtime.RubyScope scope ) : Proc

비공개 메소드들

메소드 설명
BuildInvoke ( MetaObjectBuilder metaBuilder, CallArguments args ) : void
GetDebugView ( ) : string

메소드 상세

GetTargetClass() 공개 메소드

public GetTargetClass ( ) : RubyClass
리턴 RubyClass

RubyMethod() 공개 메소드

public RubyMethod ( object target, IronRuby.Runtime.Calls.RubyMemberInfo info, string name ) : System.Linq.Expressions
target object
info IronRuby.Runtime.Calls.RubyMemberInfo
name string
리턴 System.Linq.Expressions

ToProc() 공개 메소드

public ToProc ( IronRuby.Runtime.RubyScope scope ) : Proc
scope IronRuby.Runtime.RubyScope
리턴 Proc