ImageMagick.NativeLibraryLoader.NativeMethods.SetDllDirectory C# (CSharp) Method

SetDllDirectory() private method

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