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

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

Public Methods

Method 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 method

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

UserDefinedMarshaller() public method

public UserDefinedMarshaller ( Expression container, ArgumentMarshaller marshaller ) : System.Linq.Expressions
container Expression
marshaller ArgumentMarshaller
return System.Linq.Expressions