C# Класс Mono.VisualC.Interop.Util.DelegateTypeCache

Показать файл Открыть проект

Открытые методы

Метод Описание
GetDelegateType ( BasicSignature signature ) : Type
GetDelegateType ( IEnumerable parameterTypes, Type returnType, CallingConvention callingConvention ) : Type
GetDelegateType ( MethodInfo signature, CallingConvention callingConvention ) : Type

Приватные методы

Метод Описание
CreateDelegateType ( BasicSignature signature ) : Type

Описание методов

GetDelegateType() публичный статический Метод

public static GetDelegateType ( BasicSignature signature ) : Type
signature BasicSignature
Результат System.Type

GetDelegateType() публичный статический Метод

public static GetDelegateType ( IEnumerable parameterTypes, Type returnType, CallingConvention callingConvention ) : Type
parameterTypes IEnumerable
returnType System.Type
callingConvention CallingConvention
Результат System.Type

GetDelegateType() публичный статический Метод

public static GetDelegateType ( MethodInfo signature, CallingConvention callingConvention ) : Type
signature System.Reflection.MethodInfo
callingConvention CallingConvention
Результат System.Type