C# Class Mono.Cxxi.Abi.ItaniumTypeInfo

Inheritance: CppTypeInfo
Afficher le fichier Open project: kthompson/cxxi

Méthodes publiques

Méthode Description
ItaniumTypeInfo ( CppLibrary lib, string typeName, Type interfaceType, Type nativeLayout, Type wrapperType ) : System

Méthodes protégées

Méthode Description
OnVTableDuplicate ( int &iter, int &adj, PInvokeSignature sig, PInvokeSignature dup ) : bool

Method Details

ItaniumTypeInfo() public méthode

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
Résultat System

OnVTableDuplicate() protected méthode

protected OnVTableDuplicate ( int &iter, int &adj, PInvokeSignature sig, PInvokeSignature dup ) : bool
iter int
adj int
sig PInvokeSignature
dup PInvokeSignature
Résultat bool