CorSaveSize Enumeration
Contains values indicating the level of precision required when querying for the size of a save operation.
Syntax
typedef enum CorSaveSize {
cssAccurate = 0x0000,
cssQuick = 0x0001,
cssDiscardTransientCAs = 0x0002
} CorSaveSize;
Members
Member | Description |
---|---|
cssAccurate |
Specifies that the return value should be exact. |
cssQuick |
Specifies that the return value should be estimated. |
cssDiscardTransientCAs |
Specifies that discardable types should be removed. |
Requirements
Platforms: See System Requirements.
Header: CorHdr.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.