Class UnmanagedJsonBrowsingDatabase
Unmanaged JSON Database.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Gee.External.Browsing.Databases.Json
Assembly: Gee.External.Browsing.dll
Syntax
public sealed class UnmanagedJsonBrowsingDatabase : BaseJsonBrowsingDatabase, IUnmanagedBrowsingDatabase, IDisposable
Constructors
UnmanagedJsonBrowsingDatabase(String)
Create an Unmanaged JSON Database.
Declaration
public UnmanagedJsonBrowsingDatabase(string databaseFilePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | databaseFilePath | An absolute file path to the database file. If the file does not exist, it will be created. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Thrown if |
Implements
System.IDisposable