Hello,
I am just starting to use this package, many thanks for it.
Apologies if this is documented somewhere already. I am not able to call a .NET method on an object, when the method takes in an enum parameter. I have tried passing the string representation of the enum value, or the equivalent integer value but in both cases rclr is not able to find a matching instance method.
Is there a way to do this?
Thanks