You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to call a C# function from Python (currently I only have the compiled DLL file and no access to the C# source code). I’ve found that the C# function requires a ref object parameter as its input. In my Python code, I have an already defined array. How can I pass this array into the C# function correctly as a ref object?
For your reference, I’m using Python 3.7 and pythonnet version 2.5.2
The text was updated successfully, but these errors were encountered:
I wanted to call a C# function from Python (currently I only have the compiled DLL file and no access to the C# source code). I’ve found that the C# function requires a ref object parameter as its input. In my Python code, I have an already defined array. How can I pass this array into the C# function correctly as a ref object?
For your reference, I’m using Python 3.7 and pythonnet version 2.5.2
The text was updated successfully, but these errors were encountered: