NativeMethodscuda_DeviceInfo_sharedMemPerBlock Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static ulong cuda_DeviceInfo_sharedMemPerBlock( IntPtr obj )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function cuda_DeviceInfo_sharedMemPerBlock ( obj As IntPtr ) As ULong
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static unsigned long long cuda_DeviceInfo_sharedMemPerBlock( IntPtr obj )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_DeviceInfo_sharedMemPerBlock : obj : IntPtr -> uint64
OpenCvSharp.NativeMethods.cuda_DeviceInfo_sharedMemPerBlock = function(obj);