How to get an object?

W

Woland

Hello,

I'd like to get objects of particular type from AppDomain. Is this possible?
If is this possible, how can I do it?

Thanks in advance,

Woland
 
K

Kevin Spencer

Your question doesn't make sense as you stated it. Can you rephrase?

--
HTH,

Kevin Spencer
..Net Developer
Microsoft MVP
http://www.takempis.com
Big things are made up
of lots of little things
 
W

Woland

Kevin Spencer said:
Your question doesn't make sense as you stated it. Can you rephrase?

--
HTH,

Kevin Spencer
.Net Developer
Microsoft MVP
http://www.takempis.com
Big things are made up
of lots of little things

I'm accessing some AppDomain. I need to get a reference to object existing
in that AppDomain. I know the type of that object, and I know that there is
only one object of that type in AppDomain. I think that it's better to get
that object by reference because it can be quite big object.

Woland
 
K

Kevin Spencer

I'm still lost. An AppDomain is an isolated environment where applications
execute. If you're attempting to access an object in an AppDomain other than
the current one, you're most probably SOL.

--
HTH,

Kevin Spencer
..Net Developer
Microsoft MVP
http://www.takempis.com
Big things are made up
of lots of little things
 
W

Woland

Kevin Spencer said:
I'm still lost. An AppDomain is an isolated environment where applications
execute. If you're attempting to access an object in an AppDomain other than
the current one, you're most probably SOL.

--
HTH,

Kevin Spencer
.Net Developer
Microsoft MVP
http://www.takempis.com
Big things are made up
of lots of little things


SOL? What is it?

Woland
 

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

Members online

No members online now.

Forum statistics

Threads
474,085
Messages
2,570,597
Members
47,218
Latest member
GracieDebo

Latest Threads

Top