C# 클래스 IronPython.Modules.CTypes._CFuncPtr.Meta.CDataMarshaller

Provides marshalling for when the function type provide argument information.
상속: ArgumentMarshaller
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
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

메소드 상세

CDataMarshaller() 공개 메소드

public CDataMarshaller ( Expression container, Type type, INativeType cdataType ) : System.Linq.Expressions
container Expression
type System.Type
cdataType INativeType
리턴 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

GetKeepAlive() 공개 메소드

public GetKeepAlive ( ) : Expression
리턴 Expression

GetRestrictions() 공개 메소드

public GetRestrictions ( ) : BindingRestrictions
리턴 BindingRestrictions