mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
Trimmed reflected iface method table
This commit is contained in:
parent
7fdce4b5af
commit
7e111329c7
5 changed files with 26 additions and 20 deletions
|
@ -643,7 +643,8 @@ namespace System.Reflection
|
|||
int32 mInheritanceCount;
|
||||
|
||||
uint8 mInterfaceSlot;
|
||||
uint8 mInterfaceCount;
|
||||
uint8 mInterfaceCount;
|
||||
int16 mInterfaceMethodCount;
|
||||
int16 mMethodDataCount;
|
||||
int16 mPropertyDataCount;
|
||||
int16 mFieldDataCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue