Share via


IMetaDataEmit2::GetDeltaSaveSize Method

Gets a value indicating any change in metadata size that results from the current edit-and-continue session.

HRESULT GetDeltaSaveSize (
    CorSaveSize  fSave,
    DWORD        *pdwSaveSize
);

Parameters

Parameter Description

fSave

[in] One of the CorSaveSize Enumeration values, indicating the level of precision desired. For the .NET Framework version 2.0, this parameter is ignored.

pdwSaveSize

[out] The change in the size of the metadata.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: cor.h

Library: used as a resource in Mscoree.dll

.NET Framework Version: 2.0

See Also

Reference

IMetaDataEmit2 Interface
IMetaDataEmit Interface