walon
|
e36bbb9022
|
[fix] fixed PInvokeAnalyzer bug in computing PInvoke function calling conventions.
|
2025-08-25 19:23:29 +08:00 |
walon
|
c9ff293dfe
|
[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 |
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 |
walon
|
ddc3332958
|
[change] validate unsupported parameter type(.e.g string) in PInvoke signature when generate MethodBridge file
|
2025-04-30 16:11:41 +08:00 |
walon
|
213a11ff25
|
[new] generate Managed2NativeFunction for PInvoke method
|
2025-04-30 15:05:40 +08:00 |