Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conversion from C# to VB.NET
Message
De
17/04/2013 13:00:21
 
 
À
17/04/2013 12:18:36
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01571173
Message ID:
01571242
Vues:
40
>>For the App class - I agree that having a oApp public Get/Private Set would be better
>
>Based on message #1571235, do you see a possible resolution using a deep copy?


I don't think you need to clone

replace
  oProcess.oApp = App.oApp.Clone()
by
  oProcess.oApp = App.oApp
Since this will give you the current reference of oApp


The App Class can replace oApp at any time. When it does, oProcess will still hold a reference to the previous oApp
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform