DependencyDescription Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
DependencyDescription(System::String ^ name, System::String ^ version, System::String ^ path, System::String ^ targetFramework, Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::DependencyType type, bool resolved);
public DependencyDescription (string name, string version, string path, string targetFramework, Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.DependencyType type, bool resolved);
new Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.DependencyDescription : string * string * string * string * Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.DependencyType * bool -> Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.DependencyDescription
Public Sub New (name As String, version As String, path As String, targetFramework As String, type As DependencyType, resolved As Boolean)
Parameters
- name
- String
Name of the dependency.
- version
- String
Version of the dependency.
- path
- String
Full path to the dependency.
- targetFramework
- String
TFM of the project to which this dependency belongs.
- type
- DependencyType
Type of the dependency. DependencyType
- resolved
- Boolean
Indicates whether this dependency is resolved on disk or not.