SystemPerformanceInfoProcessMemoryUsageBytes Property |
Gets the memory usage of the current process, in bytes.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public decimal ProcessMemoryUsageBytes { get; }
Public ReadOnly Property ProcessMemoryUsageBytes As Decimal
Get
public:
property Decimal ProcessMemoryUsageBytes {
Decimal get ();
}
member ProcessMemoryUsageBytes : decimal with get
Property Value
Type:
DecimalThe process memory usage, or
-1 if the value could not be determined.
See Also