C# Class IronPython.Modules.CTypes._CFuncPtr.Meta.UserDefinedMarshaller

Provides the marshalling for a user defined object which has an _as_parameter_ value.
Inheritance: ArgumentMarshaller
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
EmitCallStubArgument ( ILGenerator generator, int argIndex, List constantPool, int constantPoolArgument ) : IronPython.Modules.MarshalCleanup
UserDefinedMarshaller ( Expression container, ArgumentMarshaller marshaller ) : System.Linq.Expressions

Method Details

EmitCallStubArgument() public méthode

public EmitCallStubArgument ( ILGenerator generator, int argIndex, List constantPool, int constantPoolArgument ) : IronPython.Modules.MarshalCleanup
generator System.Reflection.Emit.ILGenerator
argIndex int
constantPool List
constantPoolArgument int
Résultat IronPython.Modules.MarshalCleanup

UserDefinedMarshaller() public méthode

public UserDefinedMarshaller ( Expression container, ArgumentMarshaller marshaller ) : System.Linq.Expressions
container Expression
marshaller ArgumentMarshaller
Résultat System.Linq.Expressions