Search Results for

    Show / Hide Table of Contents

    Class ProjectReference

    Inheritance
    System.Object
    ProjectReference
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class ProjectReference

    Constructors

    ProjectReference(String)

    Declaration
    public ProjectReference(string filePath)
    Parameters
    Type Name Description
    System.String filePath

    ProjectReference(Uri)

    Declaration
    public ProjectReference(Uri uri)
    Parameters
    Type Name Description
    System.Uri uri

    Properties

    Uri

    Declaration
    public Uri Uri { get; }
    Property Value
    Type Description
    System.Uri

    On this page

    • Constructors
      • ProjectReference(String)
      • ProjectReference(Uri)
    • Properties
      • Uri
    Back to top Generated by DocFX