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. For .NET Framework version 2.0, this parameter is ignored.

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

Requirements

Platforms: See System Requirements.

Header: Cor.h

Library: Used as a resource in MsCorEE.dll

.NET Framework Versions: Available since 2.0

See also