GCHandleType
GCHandleType enum
Defines how handle is treated by garbage collector.
enum class GCHandleType
Values
Name | Value | Description |
---|---|---|
Weak | 0 | Weak pointer. |
WeakTrackResurrection | 1 | Weak pointer with tracked resurrection. |
Normal | 2 | Strong pointer. |
Pinned | 3 | Pinned (undeletable) pointer. |
See Also
- Namespace System::Runtime::InteropServices
- Library Aspose.Slides