Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class provides an interface to connect to a project packager or a running database and controller.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Dim instance As ProjectManager
Syntax
Visual Basic
Public MustInherit Class ProjectManager
Implements IDisposable
C#
public abstract class ProjectManager : IDisposable
Inheritance Hierarchy
System.Object
Microsoft.Windows.Kits.Hardware.ObjectModel.ProjectManager
Microsoft.Windows.Kits.Hardware.ObjectModel.DBConnection.DatabaseProjectManager
Microsoft.Windows.Kits.Hardware.ObjectModel.Submission.PackageManager
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.