C# Class Mono.VisualC.Interop.ABI.MsvcAbi

Inheritance: CppAbi
Afficher le fichier Open project: shana/cppinterop Class Usage Examples

Méthodes publiques

Méthode Description
GetCallingConvention ( MethodInfo methodInfo ) : CallingConvention?
GetTypeCode ( CppType mangleType ) : string
MsvcAbi ( ) : System

Méthodes protégées

Méthode Description
GetMangledMethodName ( MethodInfo methodInfo ) : string
MakeTypeInfo ( IEnumerable methods ) : CppTypeInfo

Method Details

GetCallingConvention() public méthode

public GetCallingConvention ( MethodInfo methodInfo ) : CallingConvention?
methodInfo System.Reflection.MethodInfo
Résultat CallingConvention?

GetMangledMethodName() protected méthode

protected GetMangledMethodName ( MethodInfo methodInfo ) : string
methodInfo System.Reflection.MethodInfo
Résultat string

GetTypeCode() public méthode

public GetTypeCode ( CppType mangleType ) : string
mangleType Mono.VisualC.Interop.CppType
Résultat string

MakeTypeInfo() protected méthode

protected MakeTypeInfo ( IEnumerable methods ) : CppTypeInfo
methods IEnumerable
Résultat CppTypeInfo

MsvcAbi() public méthode

public MsvcAbi ( ) : System
Résultat System