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

techi eth <[email protected]> Mon, 16 Apr 2018 09:49:49 +0530
Newsgroups gmane.comp.python.dotnet
Message-ID <CAJw2sSDcQp+D9hGcnUO_8wZKsZ_1QG=weGg1Zt2yTjcsakvTtA@mail.gmail.com>
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