ImageMagick.NativeLibraryLoader.NativeMethods.SetDllDirectory C# (CSharp) Метод

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

private SetDllDirectory ( string lpPathName ) : bool
lpPathName string
Результат bool
      public static extern bool SetDllDirectory(string lpPathName);
    }
NativeLibraryLoader.NativeMethods