If true, allocate region memory from system shared memory instead of from heap memory or memory backed by the filesystem.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public bool SystemMemory { get; }
Visual Basic (Declaration)
Public ReadOnly Property SystemMemory As Boolean
Visual C++
public:
property bool SystemMemory {
	bool get ();
}

See Also