Click or drag to resize

AppLibrary Class

This class represents an app library. It is initialized with an ID and an URL, and holds a reference to the BenchConfiguration.
Inheritance Hierarchy
SystemObject
  Mastersign.BenchAppLibrary

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class AppLibrary

The AppLibrary type exposes the following members.

Constructors
  NameDescription
Public methodAppLibrary
Initializes a new instance of AppLibrary.
Top
Properties
  NameDescription
Public propertyBaseDir
Gets an absolute path to the base directory of the app library.
Public propertyID
The ID of this app library. The ID is unique in the Bench environment.
Public propertyUrl
The absolute URL to the app library. The URL must have a HTTP, HTTPS or FILE scheme. The referred resource must be a ZIP file, containing the apps.md and optionally the custom scripts.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also