-
Notifications
You must be signed in to change notification settings - Fork 564
Open
Labels
Area: BindingsIssues in Java Library Binding projects.Issues in Java Library Binding projects.
Milestone
Description
From: dotnet/java-interop#264
Steps to Reproduce
- Add a class which contains an
[Export]method which contains an array parameter. - Call the method in (1) from Java
Expected Behavior
It works!
Actual Behavior
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. --->
System.NotSupportedException: Only primitive types and IJavaObject is supported in array type in callback method parameter or return value
What's funny is that float[] is a "primitive type" for array types.
mfkl, jeremyVignelles, Therzok, rraallvv, yorkvolvo and 1 more
Metadata
Metadata
Assignees
Labels
Area: BindingsIssues in Java Library Binding projects.Issues in Java Library Binding projects.