OpenQuizz
Une application de gestion des contenus pédagogiques
RegistryInfo Class Reference

Public Member Functions

def __init__ (self, platform_info)
 
def visualstudio (self)
 
def sxs (self)
 
def vc (self)
 
def vs (self)
 
def vc_for_python (self)
 
def microsoft_sdk (self)
 
def windows_sdk (self)
 
def netfx_sdk (self)
 
def windows_kits_roots (self)
 
def microsoft (self, key, x86=False)
 
def lookup (self, key, name)
 

Data Fields

 pi
 

Static Public Attributes

 HKEYS
 

Detailed Description

Microsoft Visual Studio related registry information.

Parameters
----------
platform_info: PlatformInfo
    "PlatformInfo" instance.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  platform_info 
)

Member Function Documentation

◆ lookup()

def lookup (   self,
  key,
  name 
)
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

◆ microsoft()

def microsoft (   self,
  key,
  x86 = False 
)
Return key in Microsoft software registry.

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

Return
------
str
    Registry key

◆ microsoft_sdk()

def microsoft_sdk (   self)
Microsoft SDK registry key.

Return
------
str
    Registry key

◆ netfx_sdk()

def netfx_sdk (   self)
Microsoft .NET Framework SDK registry key.

Return
------
str
    Registry key

◆ sxs()

def sxs (   self)
Microsoft Visual Studio SxS registry key.

Return
------
str
    Registry key

◆ vc()

def vc (   self)
Microsoft Visual C++ VC7 registry key.

Return
------
str
    Registry key

◆ vc_for_python()

def vc_for_python (   self)
Microsoft Visual C++ for Python registry key.

Return
------
str
    Registry key

◆ visualstudio()

def visualstudio (   self)
Microsoft Visual Studio root registry key.

Return
------
str
    Registry key

◆ vs()

def vs (   self)
Microsoft Visual Studio VS7 registry key.

Return
------
str
    Registry key

◆ windows_kits_roots()

def windows_kits_roots (   self)
Microsoft Windows Kits Roots registry key.

Return
------
str
    Registry key

◆ windows_sdk()

def windows_sdk (   self)
Microsoft Windows/Platform SDK registry key.

Return
------
str
    Registry key

Field Documentation

◆ HKEYS

HKEYS
static

◆ pi

pi

The documentation for this class was generated from the following file: