Marshalling ArrayList

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Saad

    Marshalling ArrayList

    Hi,

    I have a struct as follows:

    [StructLayout(La youtKind::Seque ntial,CharSet=C harSet::Ansi)]
    public __gc struct STTemp
    {
    public:
    int someint;
    System::Collect ions::ArrayList * arrTemp;
    };

    Now, i want to marshal this strcuture so that the arraylist gets
    marshalled properly...
    But i dont understand how to use the "MarshalAl" attribute in the case
    of arraylist....

    Any help will be appreciated...

    Thanks in advance...
    Saad.
Working...