ProjectGraphNode Class

Definition

Represents the node for a particular project in a project graph. A node is defined by (ProjectPath, ToolsVersion, GlobalProperties).

public ref class ProjectGraphNode sealed
public sealed class ProjectGraphNode
type ProjectGraphNode = class
Public NotInheritable Class ProjectGraphNode
Inheritance
ProjectGraphNode

Properties

ProjectInstance

Gets the evaluated project instance represented by this node in the graph.

ProjectReferences

Gets an unordered collection of graph nodes for projects which this project references.

ReferencingProjects

Gets a list of graph nodes for projects that have a project reference for this project

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to