Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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;
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
Platform: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorHdr.h
Library: Used as a resource in Mscoree.dll
.NET Framework Version: 2.0, 1.1, 1.0