Hello, guys,
I have a C# object, I need access to it's properties in Python 2.7.
I got this type returned from a C# dll:
This should be a "Range" data type in C#.
Thanks a lot for any suggestion!
Alex.
___
PythonNet mailing list -- pythonnet@python.org
Instance);
>
> }
>
> }
>
> In Python, just call Register() before getting object.
>
> I hope it helps!
>
> Regards,
> *Emmanuel Rutovic*
> Founder, AESIM.tech
> m...@simba.io
> +1 (438) 926-6458
>
>
> On Dec 2, 2020 at 2:37:39 PM, Alex
Manu, thank you very much for your suggestions...
So, far I have .dll and these are not the solutions.
Also, the exact same code works in IronPython, b.t.w.
Well, the error does come from the "ExamRecordLoader", here is the output:
c:\Test_MW\Tools\GuiTest>python getExamRecord.py
Load Exam Re
> Without having ExamRecordHelper.dll, it is hard to guess otherwise, but I
> agree with Manu, this looks like a mistake in the code (different files
> and/or different versions of the DLL being loaded).
>
>
>
> Regards,
>
> Victor
>
>
>
> *From: *AlexM
> *Sent
ee with Manu, this looks like a mistake in the code (different files
> and/or different versions of the DLL being loaded).
>
>
>
> Regards,
>
> Victor
>
>
>
> *From: *AlexM
> *Sent: *Wednesday, January 27, 2021 5:16 PM
> *To: *A list for users and developers of Py