C# 클래스 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.
상속: ArgumentMarshaller
파일 보기 프로젝트 열기: jschementi/iron

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EmitCallStubArgument ( ILGenerator generator, int argIndex, List constantPool, int constantPoolArgument ) : IronPython.Modules.MarshalCleanup
GetRestrictions ( ) : BindingRestrictions
PrimitiveMarshaller ( Expression container, Type type ) : System.Linq.Expressions

메소드 상세

EmitCallStubArgument() 공개 메소드

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

GetRestrictions() 공개 메소드

public GetRestrictions ( ) : BindingRestrictions
리턴 BindingRestrictions

PrimitiveMarshaller() 공개 메소드

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