How to get all instances from certain class or Kill all instances of certain class ?
- by Ehab Sutan
Hello,
in C#
How to get all instances from certain class or Kill all instances of certain class ?
For Example :
I've a Class Names "MyClass" from which i make 3 instances "m1","m2","m3".
Is there a way to get all these instances or kill them all ??