ResolvedReference(String, String) Constructor

Definition

public:
 ResolvedReference(System::String ^ name, System::String ^ resolvedPath);
public ResolvedReference (string name, string resolvedPath);
new Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.ResolvedReference : string * string -> Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.ResolvedReference
Public Sub New (name As String, resolvedPath As String)

Parameters

name
String

Name of the referenced assembly.

resolvedPath
String

Full path of the referenced assembly.

Applies to