hai all,
im new to vb.net, and have a simple question for objects lifetime.
what is the difference when set object = nothing or call the objects dispose method ???
BTW, when calling the dispose method, we can pass nothing, true and false to this method.(what difference) as follow
object.dispose()
object.dispose(true)
object.dispose(false)
Please guide me a bit, thank you
im new to vb.net, and have a simple question for objects lifetime.
what is the difference when set object = nothing or call the objects dispose method ???
BTW, when calling the dispose method, we can pass nothing, true and false to this method.(what difference) as follow
object.dispose()
object.dispose(true)
object.dispose(false)
Please guide me a bit, thank you