ResolvedReference(String, String) 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:
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.