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

Provides marshalling for when the function type provide argument information.
Inheritance: ArgumentMarshaller
Exibir arquivo Open project: jschementi/iron

Public Methods

Method Description
CDataMarshaller ( Expression container, Type type, INativeType cdataType ) : System.Linq.Expressions
EmitCallStubArgument ( ILGenerator generator, int argIndex, List constantPool, int constantPoolArgument ) : IronPython.Modules.MarshalCleanup
GetKeepAlive ( ) : Expression
GetRestrictions ( ) : BindingRestrictions

Method Details

CDataMarshaller() public method

public CDataMarshaller ( Expression container, Type type, INativeType cdataType ) : System.Linq.Expressions
container Expression
type System.Type
cdataType INativeType
return System.Linq.Expressions

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

GetKeepAlive() public method

public GetKeepAlive ( ) : Expression
return Expression

GetRestrictions() public method

public GetRestrictions ( ) : BindingRestrictions
return BindingRestrictions