pavithran

pavithran

  • NA
  • 69
  • 0

How can i find the sizeof my class instance in c#

Apr 20 2005 3:08 AM
Hi How can i find the sizeof my class instance Class1 clsObje = new Class1(); // sizeof(clsObje ) ---> gives error how can i acheive this ??? Thanks in advance pavithran