System::WeakReference<>::get_IsAlive method

WeakReference<>::get_IsAlive method

Gets an indication whether the object referenced by the current WeakReference object has been deleted.

bool System::WeakReference<>::get_IsAlive() const

ReturnValue

True if object is not expired, false otherwise.

See Also