Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More on cloning
Message
From
16/04/2013 16:04:31
 
 
To
16/04/2013 15:40:09
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01571111
Message ID:
01571135
Views:
31
Your oApp objects are different, but they may have properties that refer to the same object. For example, if your oApp has an oConnection property, (oProcess.oApp Is App.oApp) might return false whereas (oProcess.oApp.oConnection Is App.oApp.oConnection) could still return true. To make sure all of your reference properties are cloned and not referring to the same instance, you will need to do a deep copy.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform