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

techi eth <[email protected]> Fri, 20 Apr 2018 13:44:13 +0530
Newsgroups gmane.comp.python.dotnet
Message-ID <CAJw2sSB_2tXdyUbeDtBe2PH+Ms-=GPKVTu7Y+-Zg1J5PHFES9A@mail.gmail.com>
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 <[email protected]>
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 Wed, Apr 18, 2018, 8:20 AM techi eth <[email protected]> wrote:
>
>> Any hint or input on raised query will be helpful.
>>
>> Thanks
>>
>> On Mon, Apr 16, 2018 at 9:49 AM, techi eth <[email protected]> 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 - [email protected]
>> https://mail.python.org/mailman/listinfo/pythondotnet
>>
>
> _________________________________________________
> Python.NET mailing list - [email protected]
> https://mail.python.org/mailman/listinfo/pythondotnet
>
>

_________________________________________________
Python.NET mailing list - [email protected]
https://mail.python.org/mailman/listinfo/pythondotnet