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:
Collaboration diagram for burger._vsinstance.WindowsSDKInstance:

Additional Inherited Members

Public Member Functions inherited from burger._vsinstance.VisualStudioInstance
 __init__ (self, name, ver, path, known_paths)
 Initialize a VisualStudioInstance.
 __repr__ (self)
 Print the name of the class instance.
 __str__ (self)
 Print the name of instance.
Public Attributes inherited from burger._vsinstance.VisualStudioInstance
 name = name
 Name of the Visual Studio instance or SDK.
 version_string = ver
 String of the version of this SDK.
 version_info = make_version_tuple(ver)
 Integer tuple of self.version.
 path = path.rstrip("\\/")
 Root pathname of the object.
 known_paths = 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