StudioCherno/Coral

handling `ref` and `out` parameters in .NET functions.

Opened this issue · 0 comments

In the project, there is no class that can handle the passing of function parameters as 'out' or 'ref' parameter objects. When using pointers in C++, the application crashes upon calling the function.