C# 클래스 Mono.VisualC.Interop.ABI.VirtualOnlyAbi

상속: CppAbi
파일 보기 프로젝트 열기: shana/cppinterop 1 사용 예제들

공개 메소드들

메소드 설명
GetCallingConvention ( MethodInfo methodInfo ) : CallingConvention?
GetMethodType ( MethodInfo imethod ) : MethodType
VirtualOnlyAbi ( ) : System
VirtualOnlyAbi ( MemberFilter vtableOverrideFilter ) : System

보호된 메소드들

메소드 설명
GetMangledMethodName ( MethodInfo methodInfo ) : string

메소드 상세

GetCallingConvention() 공개 메소드

public GetCallingConvention ( MethodInfo methodInfo ) : CallingConvention?
methodInfo System.Reflection.MethodInfo
리턴 CallingConvention?

GetMangledMethodName() 보호된 메소드

protected GetMangledMethodName ( MethodInfo methodInfo ) : string
methodInfo System.Reflection.MethodInfo
리턴 string

GetMethodType() 공개 메소드

public GetMethodType ( MethodInfo imethod ) : MethodType
imethod System.Reflection.MethodInfo
리턴 MethodType

VirtualOnlyAbi() 공개 메소드

public VirtualOnlyAbi ( ) : System
리턴 System

VirtualOnlyAbi() 공개 메소드

public VirtualOnlyAbi ( MemberFilter vtableOverrideFilter ) : System
vtableOverrideFilter MemberFilter
리턴 System