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
Afficher le fichier Open project: jschementi/iron

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 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

GetRestrictions() public méthode

public GetRestrictions ( ) : BindingRestrictions
Résultat BindingRestrictions

PrimitiveMarshaller() public méthode

public PrimitiveMarshaller ( Expression container, Type type ) : System.Linq.Expressions
container Expression
type System.Type
Résultat System.Linq.Expressions