Burgerlib Python
Loading...
Searching...
No Matches
burger._vsinstance.WindowsSDKInstance Class Reference

Instance of paths for a Windows SDK. More...

Inheritance diagram for burger._vsinstance.WindowsSDKInstance:
Inheritance graph
[legend]
Collaboration diagram for burger._vsinstance.WindowsSDKInstance:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from burger._vsinstance.VisualStudioInstance
def __init__ (self, name, ver, path, known_paths)
 Initialize a VisualStudioInstance. More...
 
def __repr__ (self)
 Print the name of the class instance.
 
def __str__ (self)
 Print the name of instance.
 
- Public Attributes inherited from burger._vsinstance.VisualStudioInstance
 name
 Name of the Visual Studio instance or SDK.
 
 version_string
 String of the version of this SDK.
 
 version_info
 Integer tuple of self.version.
 
 path
 Root pathname of the object.
 
 known_paths
 dict of pathnames for specific items
 

Detailed Description

Instance of paths for a Windows SDK.

More info is here Searching for Visual Studio

See also
VisualStudioInstance