NativeMethodsgpu_DeviceInfo_queryMemory Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_DeviceInfo_queryMemory(System.IntPtr,System.UInt64@,System.UInt64@)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void gpu_DeviceInfo_queryMemory(
	IntPtr obj,
	out ulong totalMemory,
	out ulong freeMemory
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_DeviceInfo_queryMemory(System.IntPtr,System.UInt64@,System.UInt64@)"]

totalMemory
Type: SystemUInt64

[Missing <param name="totalMemory"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_DeviceInfo_queryMemory(System.IntPtr,System.UInt64@,System.UInt64@)"]

freeMemory
Type: SystemUInt64

[Missing <param name="freeMemory"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_DeviceInfo_queryMemory(System.IntPtr,System.UInt64@,System.UInt64@)"]

See Also

Reference