G
Guest
Hi.
How do I get the size of the object at runtime? I tried Marshal.SizeOf, but
it fails with ArgumentException.
Suppose I want to do the following:
DataSet oDS = new DataSet();
// Get the size of oDS
Thanks.
J
How do I get the size of the object at runtime? I tried Marshal.SizeOf, but
it fails with ArgumentException.
Suppose I want to do the following:
DataSet oDS = new DataSet();
// Get the size of oDS
Thanks.
J