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
public class Directory : IDisposable
The Directory class exposes the following members.
Constructors
|
|
Name | Description |
|---|---|---|
|
|
Constructor with the database, parent directory, directory name, and directory size. |
Methods
| Name | Description | |
|---|---|---|
|
|
Gets the list of variables in the directory. |
|
|
|
Closes the directory and releases the resources. |
|
|
|
Creates a sub-directory. |
|
|
|
Creates a variable. |
|
|
|
Deletes the directory. |
|
|
|
Closes the directory and releases the resources. |
|
|
|
Opens a sub-directory. |
|
|
|
Opens a variable. |
|
|
|
Renames a directory. |
Properties
| Name | Description | |
|---|---|---|
|
|
Indicates if the directory is open. |
|
|
|
The directory name. |
|
|
|
The maximum number of items in the directory. |
See Also: