ImageMagick.ResourceLimits.NativeMethods.X86.ResourceLimits_Throttle_Set C# (CSharp) Method

ResourceLimits_Throttle_Set() private method

private ResourceLimits_Throttle_Set ( ulong value ) : void
value ulong
return void
        public static extern void ResourceLimits_Throttle_Set(ulong value);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]