WeakReference()
WeakReference<>::WeakReference() method
Default constructor.
System::WeakReference<>::WeakReference()
WeakReference<>::WeakReference(std::nullptr_t) method
Constructor from nullptr.
System::WeakReference<>::WeakReference(std::nullptr_t)
WeakReference<>::WeakReference(const SmartPtr<Object>&) method
Initializes a new instance of the WeakReference class, referencing the specified object.
System::WeakReference<>::WeakReference(const SmartPtr<Object> &data)
Arguments
| Parameter | Type | Description |
|---|---|---|
| data | const SmartPtr<Object>& | Object to store. |
WeakReference<>::WeakReference(const SmartPtr<Object>&, bool) method
Initializes a new instance of the WeakReference class, referencing the specified object.
System::WeakReference<>::WeakReference(const SmartPtr<Object> &data, bool trackResurrection)
Arguments
| Parameter | Type | Description |
|---|---|---|
| data | const SmartPtr<Object>& | Object to store. |
| trackResurrection | bool | Ignored. |
See Also
- Class WeakReference<>
- Class SmartPtr
- Class Object
- Namespace System
- Library Aspose.Slides