...object created with New
...program runs
...users changes settings
...object is disposed and set to nothing
...object is created with New again
...program errors later down the line object not set?
Question:
So if I dispose an object to clean up the create it again using the New keyword will this fail as I disposed the object?
...program runs
...users changes settings
...object is disposed and set to nothing
...object is created with New again
...program errors later down the line object not set?
Question:
So if I dispose an object to clean up the create it again using the New keyword will this fail as I disposed the object?