ImageMagick.NativeLibraryLoader.NativeMethods.SetDllDirectory C# (CSharp) 메소드

SetDllDirectory() 개인적인 메소드

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