Directory Class

This class controls a directory.

Inheritance Hierarchy

System Object
  IntervalZero.MaxRT.Libraries.VariableDatabase.Directory

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 Directory : IDisposable

 

The Directory class exposes the following members.

Constructors

 

Name Description

Public method

Directory

Constructor with the database, parent directory, directory name, and directory size.

Methods

  Name Description

Public method

Browse

Gets the list of variables in the directory.

Public method

Close

Closes the directory and releases the resources.

Public method

CreateDirectory

Creates a sub-directory.

Public method

CreateVariable

Creates a variable.

Public method

Delete

Deletes the directory.

Public method

Dispose

Closes the directory and releases the resources.

Public method

OpenDirectory

Opens a sub-directory.

Public method

OpenVariable

Opens a variable.

Public method

Rename

Renames a directory.

Properties

  Name Description

IsOpened

Indicates if the directory is open.

Name

The directory name.

Size

The maximum number of items in the directory.

See Also: