System.RuntimeTypeHandle.GetFirstSlotForInterface C# (CSharp) Method

GetFirstSlotForInterface() private method

private GetFirstSlotForInterface ( IntPtr interfaceHandle ) : int
interfaceHandle IntPtr
return int
        private extern int GetFirstSlotForInterface(IntPtr interfaceHandle);
        internal int GetFirstSlotForInterface(RuntimeTypeHandle interfaceHandle)

Same methods

RuntimeTypeHandle::GetFirstSlotForInterface ( RuntimeTypeHandle interfaceHandle ) : int