How to get an object?

  • Thread starter Thread starter Woland
  • Start date Start date
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
 
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
 
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
 
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
 
Back
Top