Database Constructor (Library, String, UInt32)

Constructor with the library, database name, and root size.

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 Database(
    Library library,
    string name,
    uint rootSize
)

Parameters

library

Type: Library
The library the database belongs to.

name

Type: String
The database name.

rootSize

Type: UInt32
The size of the root directory.

See Also: