Instance Of An Object

  • Thread starter Thread starter scorpion53061
  • Start date Start date
S

scorpion53061

I want to write to the command line window at program startup all
instances of objects that currently exist.

Is there a way to do this?
 
Hi scorpion
if you mean the your program write the instance of object to the command
line. you can use the console classes to do that .better even write to log
file . you can use the .net profiler if your sole porpose is to get the in
memory objects of the profiled application.
 
scorpion53061 said:
I want to write to the command line window at program startup all instances
of objects that currently exist.

That's not supported. In other words, you cannot get all instances of
objects that currently exist using reflection.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top