DataCacheMemoryUsedByThisProcess Property |
The amount of virtual memory, in bytes, allocated for this process.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static long MemoryUsedByThisProcess { get; }
Public Shared ReadOnly Property MemoryUsedByThisProcess As Long
Get
public:
static property long long MemoryUsedByThisProcess {
long long get ();
}
static member MemoryUsedByThisProcess : int64 with get
Property Value
Type:
Int64See Also