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

Provides marshalling of primitive values when the function type has no type information or when the user has provided us with an explicit cdata instance.
Inheritance: ArgumentMarshaller
显示文件 Open project: jschementi/iron

Private Properties

Property Type Description

Public Methods

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

GetRestrictions() public method

public GetRestrictions ( ) : BindingRestrictions
return BindingRestrictions

PrimitiveMarshaller() public method

public PrimitiveMarshaller ( Expression container, Type type ) : System.Linq.Expressions
container Expression
type System.Type
return System.Linq.Expressions