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

Provides marshalling for when the user provides a native argument object (usually gotten by byref or pointer) and the function type has no type information.
Inheritance: ArgumentMarshaller
Mostrar archivo Open project: jschementi/iron

Public Methods

Method Description
EmitCallStubArgument ( ILGenerator generator, int argIndex, List constantPool, int constantPoolArgument ) : IronPython.Modules.MarshalCleanup
GetKeepAlive ( ) : Expression
GetRestrictions ( ) : BindingRestrictions
NativeArgumentMarshaller ( Expression container ) : 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

GetKeepAlive() public method

public GetKeepAlive ( ) : Expression
return Expression

GetRestrictions() public method

public GetRestrictions ( ) : BindingRestrictions
return BindingRestrictions

NativeArgumentMarshaller() public method

public NativeArgumentMarshaller ( Expression container ) : System.Linq.Expressions
container Expression
return System.Linq.Expressions