Edit

Share via


IMetaDataEmit2::GetDeltaSaveSize Method

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

Syntax

HRESULT GetDeltaSaveSize (
    [in]  CorSaveSize  fSave,
    [out] DWORD        *pdwSaveSize
);

Parameters

fSave
[in] One of the CorSaveSize values, indicating the level of precision desired.

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

Requirements

Platforms: See .NET supported operating systems.

Header: Cor.h

Library: CorGuids.lib

.NET versions: Available since .NET Framework 2.0

See also