IVisualStudioInformation Interface

Contains details about current running instance of Visual Studio.

Namespace:  Microsoft.AspNet.Scaffolding
Assembly:  Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)

public interface IVisualStudioInformation

The IVisualStudioInformation type exposes the following members.

  NameDescription
Public propertyInstallDirectoryGets the full path to the directory in which Visual Studio is installed.
Public propertyScaffoldingInstallDirectoryGets the full path to the directory in which the scaffolding tools are installed.
Public propertyVersionGets the version of Visual Studio.
Top
Show: