Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The .nvunload command unloads a NatVis file from the debugger environment.
.nvunload FileName|ModuleName
FileName | ModuleName
Specifies the NatVis file name or module name to unload.
The FileName is the explicit name of a .natvis file to unload. A fully qualified path can be used.
The ModuleName is the name of a module in the target process being debugged. All NatVis files which are embedded within the symbol file (PDB) of the named module name are unloaded.
Environment
| Item | Description |
|---|---|
| Modes | User mode, kernel mode |
| Targets | Live, crash dump |
| Platforms | All |
Additional Information
For more information, see Create Custom Views of Native Objects.