System::Runtime::InteropServices::GCHandleType 枚举

GCHandleType enum

定义垃圾回收器如何处理句柄。

enum class GCHandleType

名称描述
Weak0弱指针。
WeakTrackResurrection1带跟踪复活的弱指针。
Normal2强指针。
Pinned3Pinned(不可删除)指针。

另见