0
Reply

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

pavithran

pavithran

Apr 20 2005 3:08 AM
2.1k
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