C# Class IronRuby.Runtime.Calls.RubyLambdaMethodInfo

Inheritance: IronRuby.Runtime.Calls.RubyMemberInfo
Show file Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
BuildCallNoFlow void
RubyLambdaMethodInfo System.Linq.Expressions

Public Methods

Method Description
GetArity ( ) : int
GetMembers ( ) : System.Reflection.MemberInfo[]
TrySelectOverload ( Type parameterTypes ) : IronRuby.Runtime.Calls.RubyMemberInfo

Protected Methods

Method Description
Copy ( RubyMemberFlags flags, RubyModule module ) : IronRuby.Runtime.Calls.RubyMemberInfo

Private Methods

Method Description
BuildCallNoFlow ( MetaObjectBuilder metaBuilder, CallArguments args, string name ) : void
RubyLambdaMethodInfo ( Proc block, string definitionName, RubyMemberFlags flags, RubyModule declaringModule ) : System.Linq.Expressions

Method Details

Copy() protected method

protected Copy ( RubyMemberFlags flags, RubyModule module ) : IronRuby.Runtime.Calls.RubyMemberInfo
flags RubyMemberFlags
module IronRuby.Builtins.RubyModule
return IronRuby.Runtime.Calls.RubyMemberInfo

GetArity() public method

public GetArity ( ) : int
return int

GetMembers() public method

public GetMembers ( ) : System.Reflection.MemberInfo[]
return System.Reflection.MemberInfo[]

TrySelectOverload() public method

public TrySelectOverload ( Type parameterTypes ) : IronRuby.Runtime.Calls.RubyMemberInfo
parameterTypes System.Type
return IronRuby.Runtime.Calls.RubyMemberInfo