AssemblyReferenceNode Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the AssemblyReferenceNode class.
Overload List
Name | Description | |
---|---|---|
AssemblyReferenceNode(ProjectNode, ProjectElement) | Initializes a new instance of the AssemblyReferenceNode class for a given project root (for example, the root node of a project in Solution Explorer) and a given project element that represents the build item for the assembly. | |
AssemblyReferenceNode(ProjectNode, String) | Creates a new instance of an AssemblyReferenceNode by passing in the root node and the path of the assembly that is being referenced. |
Top