C# Class Mono.Cxxi.Abi.ItaniumTypeInfo

Inheritance: CppTypeInfo
Datei anzeigen Open project: kthompson/cxxi

Public Methods

Method Description
ItaniumTypeInfo ( CppLibrary lib, string typeName, Type interfaceType, Type nativeLayout, Type wrapperType ) : System

Protected Methods

Method Description
OnVTableDuplicate ( int &iter, int &adj, PInvokeSignature sig, PInvokeSignature dup ) : bool

Method Details

ItaniumTypeInfo() public method

public ItaniumTypeInfo ( CppLibrary lib, string typeName, Type interfaceType, Type nativeLayout, Type wrapperType ) : System
lib CppLibrary
typeName string
interfaceType System.Type
nativeLayout System.Type
wrapperType System.Type
return System

OnVTableDuplicate() protected method

protected OnVTableDuplicate ( int &iter, int &adj, PInvokeSignature sig, PInvokeSignature dup ) : bool
iter int
adj int
sig PInvokeSignature
dup PInvokeSignature
return bool