ImageMagick.MagickImage.NativeMethods.X86.MagickImage_Decipher C# (CSharp) Метод

MagickImage_Decipher() приватный Метод

private MagickImage_Decipher ( IntPtr Instance, IntPtr passphrase, IntPtr &exception ) : void
Instance System.IntPtr
passphrase System.IntPtr
exception System.IntPtr
Результат void
        public static extern void MagickImage_Decipher(IntPtr Instance, IntPtr passphrase, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86