DisposableObjectNotifyMemoryPressure Method
|
Notifies the allocated size of memory.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxprotected void NotifyMemoryPressure(
long size
)
Protected Sub NotifyMemoryPressure (
size As Long
)
protected:
void NotifyMemoryPressure(
long long size
)
member NotifyMemoryPressure :
size : int64 -> unit
function NotifyMemoryPressure(size);
Parameters
- size
- Type: SystemInt64
See Also