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

2018-04-18 Thread Denis Akhiyarov
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 Wed, Apr 18, 2018, 8:20 AM techi eth wrote: > Any hint or input on raised query will be helpful. > > Thanks > > On Mon, Apr 16, 2018 at 9:49 AM, techi eth

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

2018-04-18 Thread techi eth
Any hint or input on raised query will be helpful. Thanks On Mon, Apr 16, 2018 at 9:49 AM, techi eth wrote: > I am trying to use one of data struct class defined in c# dll to python > script. I am facing difficulty in adding c# object under payload. Can > anyone give me hint or any example whic