WeakReference<T>::TryGetTarget Method (T%)

.NET Framework (current version)
 

Tries to retrieve the target object that is referenced by the current WeakReference<T> object.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
bool TryGetTarget(
	[OutAttribute] T% target
)

Parameters

target
Type: T%

When this method returns, contains the target object, if it is available. This parameter is treated as uninitialized.

Return Value

Type: System::Boolean

true if the target was retrieved; otherwise, false.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: