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

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

Méthodes publiques

Méthode Description
GetMangleType ( ICustomAttributeProvider icap, Type managedType ) : CppType
IsArtificial ( MethodInfo method ) : bool
IsByVal ( ICustomAttributeProvider icap ) : bool
IsConst ( MethodInfo method ) : bool
IsCopyConstructor ( MethodInfo method ) : bool
IsInline ( MethodInfo method ) : bool
IsPrivate ( MethodInfo method ) : bool
IsProtected ( MethodInfo method ) : bool
IsStatic ( MethodInfo method ) : bool
IsVirtual ( MethodInfo method ) : bool

Method Details

GetMangleType() public méthode

public GetMangleType ( ICustomAttributeProvider icap, Type managedType ) : CppType
icap ICustomAttributeProvider
managedType Type
Résultat Mono.VisualC.Interop.CppType

IsArtificial() public méthode

public IsArtificial ( MethodInfo method ) : bool
method MethodInfo
Résultat bool

IsByVal() public méthode

public IsByVal ( ICustomAttributeProvider icap ) : bool
icap ICustomAttributeProvider
Résultat bool

IsConst() public méthode

public IsConst ( MethodInfo method ) : bool
method MethodInfo
Résultat bool

IsCopyConstructor() public méthode

public IsCopyConstructor ( MethodInfo method ) : bool
method MethodInfo
Résultat bool

IsInline() public méthode

public IsInline ( MethodInfo method ) : bool
method MethodInfo
Résultat bool

IsPrivate() public méthode

public IsPrivate ( MethodInfo method ) : bool
method MethodInfo
Résultat bool

IsProtected() public méthode

public IsProtected ( MethodInfo method ) : bool
method MethodInfo
Résultat bool

IsStatic() public méthode

public IsStatic ( MethodInfo method ) : bool
method MethodInfo
Résultat bool

IsVirtual() public méthode

public IsVirtual ( MethodInfo method ) : bool
method MethodInfo
Résultat bool