ImageMagick.NativeLibraryLoader.NativeMethods.SetDllDirectory C# (CSharp) Méthode

SetDllDirectory() private méthode

private SetDllDirectory ( string lpPathName ) : bool
lpPathName string
Résultat bool
      public static extern bool SetDllDirectory(string lpPathName);
    }
NativeLibraryLoader.NativeMethods