GetInterfaceMethodImplementationSlot() private method

private GetInterfaceMethodImplementationSlot ( IntPtr interfaceHandle, IntPtr interfaceMethodHandle ) : int
interfaceHandle IntPtr
interfaceMethodHandle IntPtr
return int
コード例 #1
0
ファイル: runtimehandles.cs プロジェクト: wwkkww1983/ZJCredit
 internal int GetInterfaceMethodImplementationSlot(RuntimeTypeHandle interfaceHandle, RuntimeMethodHandleInternal interfaceMethodHandle)
 {
     return(RuntimeTypeHandle.GetInterfaceMethodImplementationSlot(this.GetNativeHandle(), interfaceHandle.GetNativeHandle(), interfaceMethodHandle));
 }