System::WeakReference<>::get_Target method

WeakReference<>::get_Target method

Gets the object (the target) referenced by the current WeakReference object.

const WeakPtr<Object> & System::WeakReference<>::get_Target() const

ReturnValue

Object referenced by the current WeakReference object.

See Also