C# 클래스 Imazen.WebP.Extern.LoadLibrary

파일 보기 프로젝트 열기: imazen/libwebp-net

공개 메소드들

메소드 설명
AutoLoad ( string name, string searchFolders, bool throwNotFound, bool throwExceptions ) : bool

Looks for 'name' inside /x86/ and /x64/ subfolders of 'folder', depending on executing architecture.

AutoLoadNearby ( string name, bool throwFailure ) : bool

Looks for 'name' inside /x86/ or /x64/ (depending on arch) subfolders of known assembly locations

EnsureLoadedByPath ( string fullPath, bool throwException ) : bool
LoadByPath ( string fullPath, bool throwException ) : IntPtr

Calls LoadLibraryEx with (Search DLL Load Dir and System32) flags. May increment reference count. Use EnsureLoadedByPath instead if you don't need a pointer.

LoadWebPOrFail ( ) : void

비공개 메소드들

메소드 설명
LoadLibraryEx ( string lpFileName, IntPtr hReservedNull, uint dwFlags ) : IntPtr

메소드 상세

AutoLoad() 공개 정적인 메소드

Looks for 'name' inside /x86/ and /x64/ subfolders of 'folder', depending on executing architecture.
public static AutoLoad ( string name, string searchFolders, bool throwNotFound, bool throwExceptions ) : bool
name string
searchFolders string
throwNotFound bool
throwExceptions bool
리턴 bool

AutoLoadNearby() 공개 정적인 메소드

Looks for 'name' inside /x86/ or /x64/ (depending on arch) subfolders of known assembly locations
public static AutoLoadNearby ( string name, bool throwFailure ) : bool
name string
throwFailure bool
리턴 bool

EnsureLoadedByPath() 공개 정적인 메소드

public static EnsureLoadedByPath ( string fullPath, bool throwException ) : bool
fullPath string
throwException bool
리턴 bool

LoadByPath() 공개 정적인 메소드

Calls LoadLibraryEx with (Search DLL Load Dir and System32) flags. May increment reference count. Use EnsureLoadedByPath instead if you don't need a pointer.
public static LoadByPath ( string fullPath, bool throwException ) : IntPtr
fullPath string
throwException bool
리턴 System.IntPtr

LoadWebPOrFail() 공개 정적인 메소드

public static LoadWebPOrFail ( ) : void
리턴 void