TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
niklaskenez
NA
4
0
Reach an object from another class then the creation class
Oct 12 2003 1:58 PM
Do anyone know how to reach the object "objX" from class Z, if "objX" is created from class Y and is an instance of class X ? I believe it's possible to do so when using Unsafe Code, since it's all about a reference to a memory address, but I would like to avoid Unsafe Code. The main problem with not using Unsafe Code, as far as I can see it, is the GC. But hopefully there's a way to work around it. Regards,
Reply
Answers (
1
)
Can .NET Remoting Make Sockets Obsolete?
Remoting versus Sockets?