GCReferenceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class GCReferenceType
public enum class GCReferenceType
enum GCReferenceType
public enum GCReferenceType
type GCReferenceType =
Public Enum GCReferenceType
- Inheritance
-
GCReferenceType
Fields
Name | Value | Description |
---|---|---|
CorHandleStrong | 1 | |
CorHandleStrongPinning | 2 | |
CorHandleWeakShort | 4 | |
CorHandleWeakLong | 8 | |
CorHandleWeakRefCount | 16 | |
CorHandleWeakOnly | 28 | |
CorHandleStrongRefCount | 32 | |
CorHandleStrongDependent | 64 | |
CorHandleStrongAsyncPinned | 128 | |
CorHandleStrongSizedByref | 256 | |
CorHandleStrongOnly | 483 | |
CorReferenceFinalizer | 80000002 | |
CorHandleAll | 2147483647 | |
CorReferenceStack | 2147483649 |