C# Class Mono.VisualC.Interop.Util.DelegateTypeCache

Afficher le fichier Open project: shana/cppinterop

Méthodes publiques

Méthode Description
GetDelegateType ( BasicSignature signature ) : Type
GetDelegateType ( IEnumerable parameterTypes, Type returnType, CallingConvention callingConvention ) : Type
GetDelegateType ( MethodInfo signature, CallingConvention callingConvention ) : Type

Private Methods

Méthode Description
CreateDelegateType ( BasicSignature signature ) : Type

Method Details

GetDelegateType() public static méthode

public static GetDelegateType ( BasicSignature signature ) : Type
signature BasicSignature
Résultat System.Type

GetDelegateType() public static méthode

public static GetDelegateType ( IEnumerable parameterTypes, Type returnType, CallingConvention callingConvention ) : Type
parameterTypes IEnumerable
returnType System.Type
callingConvention CallingConvention
Résultat System.Type

GetDelegateType() public static méthode

public static GetDelegateType ( MethodInfo signature, CallingConvention callingConvention ) : Type
signature System.Reflection.MethodInfo
callingConvention CallingConvention
Résultat System.Type