Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Configures how the debugger handles in-memory updates to metadata within the target process.
Syntax
HRESULT SetWriteableMetadataUpdateMode(
WriteableMetadataUpdateMode flags
);
Parameters
flags
A WriteableMetadataUpdateMode enumeration value that specifies whether in-memory updates to metadata in the target process are visible (WriteableMetadataUpdateMode::AlwaysShowUpdates) or not visible (WriteableMetadataUpdateMode::LegacyCompatPolicy) to the debugger.
Remarks
Updates to the metadata of the target process can come from Edit and Continue, a profiler, or System.Reflection.Emit.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.5.2