❔ TargetParameterCountException when trying to create a delegate from a method
I am trying to call the following private extern method via reflection:
The out parameters make this slightly more difficult, and the last BlittableArrayWrapper is also a ref struct.
So here i go, i find the method and try to create the delegate and call it:
However upon creating the delegate i get a TargetParameterCountException, though i'm very confident i have the same parameter counts.
The out parameters make this slightly more difficult, and the last BlittableArrayWrapper is also a ref struct.
So here i go, i find the method and try to create the delegate and call it:
However upon creating the delegate i get a TargetParameterCountException, though i'm very confident i have the same parameter counts.

