menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProjectReader - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ProjectReader

    Reads Project files

    Inheritance
    System.Object
    ProjectReader
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.ProjIO
    Assembly: Syncfusion.ProjIO.Base.dll
    Syntax
    public class ProjectReader

    Constructors

    ProjectReader()

    Declaration
    public ProjectReader()

    Methods

    Open(Stream)

    Opens the project file from the stream

    Declaration
    public static Project Open(Stream fs)
    Parameters
    Type Name Description
    System.IO.Stream fs

    Stream which contains the project file contents

    Returns
    Type Description
    Project

    Instance of Project

    Open(String)

    Open the project file from the specified file name

    Declaration
    public static Project Open(string fileName)
    Parameters
    Type Name Description
    System.String fileName

    Name of the project file

    Returns
    Type Description
    Project

    Instance of Project

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved