PAVE [OBSOLETE] .Load (Load Extension DLL)

Note

This command is not supported in Visual Studio 2012.

Loads an extension DLL.

.Load DLL

Arguments

  • DLL
    Specifies the extension DLL to load.

Remarks

This command searches the following directories when searching for the specified DLL:

  • The directory where the debuggee loaded the CLR.

  • The directories in the _NT_DEBUGGER_EXTENSION_PATH environment variable. Multiple directories are separated with a semicolon.

See Also

Other Resources

PAVE [OBSOLETE] NTSD Command Support