ProjectGraphEntryPoint Struct

Definition

Represents an entry point into the project graph which is comprised of a project file and a set of global properties

public value class ProjectGraphEntryPoint
public struct ProjectGraphEntryPoint
type ProjectGraphEntryPoint = struct
Public Structure ProjectGraphEntryPoint
Inheritance
ProjectGraphEntryPoint

Constructors

ProjectGraphEntryPoint(String)

Constructs an entry point with the given project file and no global properties.

ProjectGraphEntryPoint(String, IDictionary<String,String>)

Constructs an entry point with the given project file and global properties.

Properties

GlobalProperties

Gets the global properties to use for this entry point.

ProjectFile

Gets the full path to the project file to use for this entry point.

Applies to