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

Instance of the location of Visual Studio. More...

Inheritance diagram for burger._vsinstance.VisualStudioInstance:

Public Member Functions

 __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

 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 the location of Visual Studio.

More info is here Searching for Visual Studio

See also
WindowsSDKInstance

Constructor & Destructor Documentation

◆ __init__()

burger._vsinstance.VisualStudioInstance.__init__ ( self,
name,
ver,
path,
known_paths )

Initialize a VisualStudioInstance.

Parameters
nameName of the SDK or Visual Studio instance
verVersion string.
pathBase path to the SDK or Visual Studio instance.
known_pathsdir of paths for specific executables and folders.