C# 클래스 Platform.Invoke.Windows.WindowsLibraryProcProvider

상속: ILibraryProcProvider
파일 보기 프로젝트 열기: GeirGrusom/PlatformInvoker

공개 메소드들

메소드 설명
Free ( IntPtr module ) : bool

Frees the specified library.

비공개 메소드들

메소드 설명
FreeLibrary ( [ module ) : bool
GetDelegateFromFunctionPointer ( IntPtr functionPointer, Type delegateType ) : Delegate
GetProc ( IntPtr module, string procName ) : IntPtr
GetProcAddress ( [ module, [ procName ) : IntPtr

메소드 상세

Free() 공개 메소드

Frees the specified library.
public Free ( IntPtr module ) : bool
module System.IntPtr
리턴 bool