Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values indicating the level of precision required when querying for the size of a save operation.
typedef enum CorSaveSize {
cssAccurate = 0x0000,
cssQuick = 0x0001,
cssDiscardTransientCAs = 0x0002
} CorSaveSize;
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. |
Platforms: See System Requirements.
Header: CorHdr.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Please sign in to use this experience.
Sign in