NativeMethodscuda_DeviceInfo_queryMemory Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void cuda_DeviceInfo_queryMemory( IntPtr obj, out ulong totalMemory, out ulong freeMemory )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub cuda_DeviceInfo_queryMemory ( obj As IntPtr, <OutAttribute> ByRef totalMemory As ULong, <OutAttribute> ByRef freeMemory As ULong )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void cuda_DeviceInfo_queryMemory( IntPtr obj, [OutAttribute] unsigned long long% totalMemory, [OutAttribute] unsigned long long% freeMemory )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_DeviceInfo_queryMemory : obj : IntPtr * totalMemory : uint64 byref * freeMemory : uint64 byref -> unit
OpenCvSharp.NativeMethods.cuda_DeviceInfo_queryMemory = function(obj, totalMemory, freeMemory);