Burgerlib Python
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
burger._vsinstance.VisualStudioInstance Class Reference

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

Inheritance diagram for burger._vsinstance.VisualStudioInstance:
Inheritance graph
[legend]

Public Member Functions

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

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

More info is here Searching for Visual Studio

See also
WindowsSDKInstance

Constructor & Destructor Documentation

◆ __init__()

def 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.