Re: [Python.NET] How to use C# object[] in python

2018-04-20 Thread techi eth
Thanks. that helps to me.Now i am able to pass Object & Object array from python to C# On Wed, Apr 18, 2018 at 8:57 PM, Denis Akhiyarov wrote: > Is this a problem only for array of objects or the object itself? > > Might be this issue: > > https://github.com/pythonnet/pythonnet/issues/94 > > On

[Python.NET] Garbage collector with Pyhton using PyhtonForNet

2018-04-20 Thread techi eth
I would like to know how the data structure of C# dll defined in python will get cleared from system memory. Any link or detail will be helpful to understand memory leak cased when using dotnet with python. _ Python.NET mailing list - PythonDotNet@py