hybridclr_unity/Editor/MethodBridge
walon b301b44cd3 [refactor] move ReversePInvokeWrap/Analyzer.cs to MethodBridge/MonoPInvokeCallbackAnalyzer.cs
[change] validate unsupported parameter type(.e.g string) in MonoPInvokeCallback signature when generate MethodBridge file
2025-04-30 16:20:03 +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 [change] change type of the first argument `methodPointer` of Managed2NativeFunctionPointer from `const void*` to `Il2CppMethodPointer` 2025-04-30 12:40:21 +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 [refactor] move ReversePInvokeWrap/Analyzer.cs to MethodBridge/MonoPInvokeCallbackAnalyzer.cs 2025-04-30 16:20:03 +08:00
Generator.cs.meta [refactor] 重构。将7Zip及UnitFS移入HybridCLR.Editor模块。合并Generate命令。 2022-09-23 09:40:06 +08:00
MonoPInvokeCallbackAnalyzer.cs [refactor] move ReversePInvokeWrap/Analyzer.cs to MethodBridge/MonoPInvokeCallbackAnalyzer.cs 2025-04-30 16:20:03 +08:00
MonoPInvokeCallbackAnalyzer.cs.meta [refactor] move ReversePInvokeWrap/Analyzer.cs to MethodBridge/MonoPInvokeCallbackAnalyzer.cs 2025-04-30 16:20:03 +08:00
PInvokeAnalyzer.cs [refactor] move ReversePInvokeWrap/Analyzer.cs to MethodBridge/MonoPInvokeCallbackAnalyzer.cs 2025-04-30 16:20:03 +08:00
PInvokeAnalyzer.cs.meta [new] generate Managed2NativeFunction for PInvoke method 2025-04-30 15:05:40 +08:00