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 (
        [in]  CorSaveSize  fSave,
        [out] DWORD        *pdwSaveSize
);

Parameters

  • fSave
    [in] One of the CorSaveSize 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

Concepts

IMetaDataEmit2 Interface

IMetaDataEmit Interface