C# Class IronRuby.Runtime.Conversions.GenericConversionAction

Inheritance: RubyConversionAction
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
CreateExpression ( ) : Expression

Méthodes protégées

Méthode Description
Build ( MetaObjectBuilder metaBuilder, CallArguments args, bool defaultFallback ) : bool
GetInteropBinder ( RubyContext context, IList args, MethodInfo &postProcessor ) : DynamicMetaObjectBinder

Private Methods

Méthode Description
BuildConversion ( MetaObjectBuilder metaBuilder, DynamicMetaObject target, Expression contextExpression, Type toType, bool defaultFallback ) : bool
GenericConversionAction ( RubyContext context, Type type ) : System.Linq.Expressions
MakeShared ( Type type ) : GenericConversionAction
TryImplicitConversion ( DynamicMetaObject target, Type toType ) : Expression

Method Details

Build() protected méthode

protected Build ( MetaObjectBuilder metaBuilder, CallArguments args, bool defaultFallback ) : bool
metaBuilder IronRuby.Runtime.Calls.MetaObjectBuilder
args IronRuby.Runtime.Calls.CallArguments
defaultFallback bool
Résultat bool

CreateExpression() public méthode

public CreateExpression ( ) : Expression
Résultat Expression

GetInteropBinder() protected méthode

protected GetInteropBinder ( RubyContext context, IList args, MethodInfo &postProcessor ) : DynamicMetaObjectBinder
context RubyContext
args IList
postProcessor System.Reflection.MethodInfo
Résultat System.Dynamic.DynamicMetaObjectBinder