หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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