Expand description
A helper module to probe the Windows Registry when looking for windows-specific tools.
Enums§
- VsVers
- A version of Visual Studio
Functions§
- find
- Attempts to find a tool within an MSVC installation using the Windows registry as a point to search from.
- find_
tool - Similar to the
find
function above, this function will attempt the same operation (finding a MSVC tool in a local install) but instead returns aTool
which may be introspected. - find_
vs_ version - Find the most recent installed version of Visual Studio