C# 클래스 Mono.VisualC.Interop.Util.DelegateTypeCache

파일 보기 프로젝트 열기: shana/cppinterop

공개 메소드들

메소드 설명
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