hybridclr_unity/Editor/MethodBridge
walon e36bbb9022 [fix] fixed PInvokeAnalyzer bug in computing PInvoke function calling conventions. 2025-08-25 19:23:29 +08:00
..
Analyzer.cs [new] 支持MonoPInvokeCallback函数的参数或返回类型为struct类型 2024-05-30 13:08:21 +08:00
Analyzer.cs.meta [refactor] 重构。将7Zip及UnitFS移入HybridCLR.Editor模块。合并Generate命令。 2022-09-23 09:40:06 +08:00
CallNativeMethodSignatureInfo.cs [fix] fixed PInvokeAnalyzer bug in computing PInvoke function calling conventions. 2025-08-25 19:23:29 +08:00
CallNativeMethodSignatureInfo.cs.meta [change] change type of the first argument `methodPointer` of Managed2NativeFunctionPointer from `const void*` to `Il2CppMethodPointer` 2025-04-30 12:40:21 +08:00
CalliAnalyzer.cs [change] change type of the first argument `methodPointer` of Managed2NativeFunctionPointer from `const void*` to `Il2CppMethodPointer` 2025-04-30 12:40:21 +08:00
CalliAnalyzer.cs.meta [new] add Managed2NativeFunctionPointer MethodBridge functions 2025-01-02 22:22:59 +08:00
Generator.cs [fix] fixed PInvokeAnalyzer bug in computing PInvoke function calling conventions. 2025-08-25 19:23:29 +08:00
Generator.cs.meta [refactor] 重构。将7Zip及UnitFS移入HybridCLR.Editor模块。合并Generate命令。 2022-09-23 09:40:06 +08:00
MonoPInvokeCallbackAnalyzer.cs [change] changed from throw exception to logError when not supported pinvoke or reverse pinvoke method parameter type was found 2025-06-06 16:57:53 +08:00
MonoPInvokeCallbackAnalyzer.cs.meta [refactor] move ReversePInvokeWrap/Analyzer.cs to MethodBridge/MonoPInvokeCallbackAnalyzer.cs 2025-04-30 16:20:03 +08:00
PInvokeAnalyzer.cs [fix] fixed PInvokeAnalyzer bug in computing PInvoke function calling conventions. 2025-08-25 19:23:29 +08:00
PInvokeAnalyzer.cs.meta [new] generate Managed2NativeFunction for PInvoke method 2025-04-30 15:05:40 +08:00