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

Inheritance: CppAbi
Mostrar archivo Open project: shana/cppinterop Class Usage Examples

Public Methods

Method Description
GetCallingConvention ( MethodInfo methodInfo ) : CallingConvention?
GetMethodType ( MethodInfo imethod ) : MethodType
VirtualOnlyAbi ( ) : System
VirtualOnlyAbi ( MemberFilter vtableOverrideFilter ) : System

Protected Methods

Method Description
GetMangledMethodName ( MethodInfo methodInfo ) : string

Method Details

GetCallingConvention() public method

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

GetMangledMethodName() protected method

protected GetMangledMethodName ( MethodInfo methodInfo ) : string
methodInfo System.Reflection.MethodInfo
return string

GetMethodType() public method

public GetMethodType ( MethodInfo imethod ) : MethodType
imethod System.Reflection.MethodInfo
return MethodType

VirtualOnlyAbi() public method

public VirtualOnlyAbi ( ) : System
return System

VirtualOnlyAbi() public method

public VirtualOnlyAbi ( MemberFilter vtableOverrideFilter ) : System
vtableOverrideFilter MemberFilter
return System