mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added ability to dynamically cast delegates with compatible signatures
This commit is contained in:
parent
f10365c1ad
commit
37f72cd3b6
8 changed files with 217 additions and 76 deletions
|
@ -851,6 +851,7 @@ enum BfCallingConvention : uint8
|
|||
#define BF_METHODNAME_FIND_TLS_MEMBERS "GCFindTLSMembers"
|
||||
#define BF_METHODNAME_DYNAMICCAST "DynamicCastToTypeId"
|
||||
#define BF_METHODNAME_DYNAMICCAST_INTERFACE "DynamicCastToInterface"
|
||||
#define BF_METHODNAME_DYNAMICCAST_SIGNATURE "DynamicCastToSignature"
|
||||
#define BF_METHODNAME_CALCAPPEND "this$calcAppend"
|
||||
#define BF_METHODNAME_ENUM_HASFLAG "HasFlag"
|
||||
#define BF_METHODNAME_ENUM_GETUNDERLYING "get__Underlying"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue