ImageMagick.OpenCLKernelProfileRecord.NativeMethods.X64.OpenCLKernelProfileRecord_Count_Get C# (CSharp) Method

OpenCLKernelProfileRecord_Count_Get() private method

private OpenCLKernelProfileRecord_Count_Get ( IntPtr instance ) : long
instance System.IntPtr
return long
        public static extern long OpenCLKernelProfileRecord_Count_Get(IntPtr instance);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]