C# Class IronRuby.Runtime.Calls.RubyLambdaMethodInfo

Inheritance: IronRuby.Runtime.Calls.RubyMemberInfo
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Private Properties

Свойство Type Description
BuildCallNoFlow void
RubyLambdaMethodInfo System.Linq.Expressions

Méthodes publiques

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

Méthodes protégées

Méthode Description
Copy ( RubyMemberFlags flags, RubyModule module ) : IronRuby.Runtime.Calls.RubyMemberInfo

Private Methods

Méthode 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 méthode

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

GetArity() public méthode

public GetArity ( ) : int
Résultat int

GetMembers() public méthode

public GetMembers ( ) : System.Reflection.MemberInfo[]
Résultat System.Reflection.MemberInfo[]

TrySelectOverload() public méthode

public TrySelectOverload ( Type parameterTypes ) : IronRuby.Runtime.Calls.RubyMemberInfo
parameterTypes System.Type
Résultat IronRuby.Runtime.Calls.RubyMemberInfo