class documentation

class RegistryInfo: (source)

View In Hierarchy

Microsoft Visual Studio related registry information. Parameters ---------- platform_info: PlatformInfo "PlatformInfo" instance.

Method __init__ Undocumented
Method lookup Look for values in registry in Microsoft software registry.
Method microsoft Return key in Microsoft software registry.
Constant HKEYS Undocumented
Instance Variable pi Undocumented
Property microsoft_sdk Microsoft SDK registry key.
Property netfx_sdk Microsoft .NET Framework SDK registry key.
Property sxs Microsoft Visual Studio SxS registry key.
Property vc Microsoft Visual C++ VC7 registry key.
Property vc_for_python Microsoft Visual C++ for Python registry key.
Property visualstudio Microsoft Visual Studio root registry key.
Property vs Microsoft Visual Studio VS7 registry key.
Property windows_kits_roots Microsoft Windows Kits Roots registry key.
Property windows_sdk Microsoft Windows/Platform SDK registry key.
def __init__(self, platform_info): (source)

Undocumented

def lookup(self, key, name): (source)

Look for values in registry in Microsoft software registry. Parameters ---------- key: str Registry key path where look. name: str Value name to find. Return ------ str value

def microsoft(self, key, x86=False): (source)

Return key in Microsoft software registry. Parameters ---------- key: str Registry key path where look. x86: str Force x86 software registry. Return ------ str Registry key

Undocumented

@property
microsoft_sdk = (source)

Microsoft SDK registry key. Return ------ str Registry key

Microsoft .NET Framework SDK registry key. Return ------ str Registry key

Microsoft Visual Studio SxS registry key. Return ------ str Registry key

Microsoft Visual C++ VC7 registry key. Return ------ str Registry key

@property
vc_for_python = (source)

Microsoft Visual C++ for Python registry key. Return ------ str Registry key

@property
visualstudio = (source)

Microsoft Visual Studio root registry key. Return ------ str Registry key

Microsoft Visual Studio VS7 registry key. Return ------ str Registry key

@property
windows_kits_roots = (source)

Microsoft Windows Kits Roots registry key. Return ------ str Registry key

@property
windows_sdk = (source)

Microsoft Windows/Platform SDK registry key. Return ------ str Registry key