I have a VC++ managed class library. A function does return a DataTable*. I use this VC++ class from CSharp. Silly question but does CSharp get the pointer to the DataTable or the whole DataTable Object itsself? Should be the datatable pointer...

Thanks

Stefan