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

Denis Akhiyarov denis.akhiyarov at gmail.com
Wed Apr 18 11:27:08 EDT 2018


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 <techieth at gmail.com> wrote:

> Any hint or input on raised query will be helpful.
>
> Thanks
>
> On Mon, Apr 16, 2018 at 9:49 AM, techi eth <techieth at gmail.com> 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 which will useful for assigning payload
>> under object array.
>>
>>
>>
>>  public class TestPayload
>>
>>     {
>>
>>         public string RequestId { get; set; }
>>
>>         public byte[] ServiceIds { get; set; }
>>
>>         public object[] Payload { get; set; }
>>
>>         public bool IsStatus { get; set; }
>>
>>         public long ExpiryDateTime { get; set; }
>>
>>     }
>>
>>
>>
>> Note : I am able to add other parameter defined in class & pass from
>> python script to c#.
>>
>>
>>
>> Thanks
>>
>>
> _________________________________________________
> Python.NET mailing list - PythonDotNet at python.org
> https://mail.python.org/mailman/listinfo/pythondotnet
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythondotnet/attachments/20180418/204f4a43/attachment.html>


More information about the PythonDotNet mailing list