NativeMethodscuda_DeviceInfo_name Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi, ExactSpelling = true)] public static void cuda_DeviceInfo_name( IntPtr obj, StringBuilder buf, int bufLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, CharSet := CharSet.Ansi, ExactSpelling := true>] Public Shared Sub cuda_DeviceInfo_name ( obj As IntPtr, buf As StringBuilder, bufLength As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, CharSet = CharSet::Ansi, ExactSpelling = true)] static void cuda_DeviceInfo_name( IntPtr obj, StringBuilder^ buf, int bufLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi, ExactSpelling = true)>] static member cuda_DeviceInfo_name : obj : IntPtr * buf : StringBuilder * bufLength : int -> unit
OpenCvSharp.NativeMethods.cuda_DeviceInfo_name = function(obj, buf, bufLength);