Gets or sets the total private memory.
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Property TotalPrivateMemory As Integer Get Set |
C# |
---|
int TotalPrivateMemory { get; set; } |
Visual C++ |
---|
property int TotalPrivateMemory { int get (); void set (int value); } |
JavaScript |
---|
function get_totalPrivateMemory(); function set_totalPrivateMemory(value); |