mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Reflection support for method param attributes, return attributes
This commit is contained in:
parent
19513d3310
commit
c10565678e
4 changed files with 38 additions and 14 deletions
|
@ -679,6 +679,7 @@ namespace System.Reflection
|
|||
public int32 mMethodIdx;
|
||||
public int32 mVirtualIdx;
|
||||
public int32 mCustomAttributesIdx;
|
||||
public int32 mReturnCustomAttributesIdx;
|
||||
}
|
||||
|
||||
public enum ParamFlags : int16
|
||||
|
@ -695,6 +696,7 @@ namespace System.Reflection
|
|||
public TypeId mType;
|
||||
public ParamFlags mParamFlags;
|
||||
public int32 mDefaultIdx;
|
||||
public int32 mCustomAttributesIdx;
|
||||
}
|
||||
|
||||
public struct InterfaceData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue