0
Answer

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

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