public Object GetDelegate(Type DelegateType, IntPtr Instance) { IntPtr F = ReadVTableSlot(NativeClass.GetVTable(Instance, this.VTableOffset), this.MethodIndex); return(Marshal.GetDelegateForFunctionPointer(F, DelegateType)); }
public NativeTypeInfo GetTypeInfo() => NativeClass.GetTypeInfo(this.InstancePointer);