Click or drag to resize

SolProject Class

Represents the reference to a project inside a solution file. The simple properties contain the values parsed out of the reference element. If the referenced project exists, then it is parsed and the ProjectLink property is set (a null indicates the project file was not found or it was inaccessible).
Inheritance Hierarchy
SystemObject
  Orthogonal.Common.Basic.DepScanSolProject

Namespace: Orthogonal.Common.Basic.DepScan
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
Syntax
C#
public sealed class SolProject

The SolProject type exposes the following members.

Constructors
 NameDescription
Public methodSolProjectInitializes a new instance of the SolProject class
Top
Properties
 NameDescription
Public propertyFullName 
Public propertyName 
Public propertyProjectLink 
Public propertyRelPath 
Top
Methods
 NameDescription
Public methodToString
(Overrides ObjectToString)
Top
See Also