Library Class

This class controls the basic message channel.

Inheritance Hierarchy

System Object
  IntervalZero.MaxRT.Libraries.VariableDatabase.Library

Namespace:  IntervalZero.MaxRT.Libraries.VariableDatabase
Assembly:  IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public class Library : IDisposable

 

The Library class exposes the following members.

Constructors

 

Name Description

Public method

Library

Default constructor.

Methods

  Name Description

Public method

BrowseDatabases

Gets the list of databases.

Public method

Close

Closes the variable database library and releases the resources.

Public method

CreateDatabase

Creates a database.

Public method

Dispose

Closes the variable database library and releases the resources.

Public method

Open

Opens the variable database library for the current process.

Public method

OpenDatabase

Opens a database.

Public method

StartLog

Requests a log.

Properties

  Name Description

IsOpened

Indicates if the variable database library is open.

See Also: