| DisposableObjectNotifyMemoryPressure Method |
Notifies the allocated size of memory.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax protected void NotifyMemoryPressure(
long size
)
Protected Sub NotifyMemoryPressure (
size As Long
)
protected:
void NotifyMemoryPressure(
long long size
)
member NotifyMemoryPressure :
size : int64 -> unit
Parameters
- size
- Type: SystemInt64
[Missing <param name="size"/> documentation for "M:OpenCvSharp.DisposableObject.NotifyMemoryPressure(System.Int64)"]
See Also