C# Class Platform.Invoke.Windows.WindowsLibraryProcProvider

Inheritance: ILibraryProcProvider
Exibir arquivo Open project: GeirGrusom/PlatformInvoker

Public Methods

Method Description
Free ( IntPtr module ) : bool

Frees the specified library.

Private Methods

Method Description
FreeLibrary ( [ module ) : bool
GetDelegateFromFunctionPointer ( IntPtr functionPointer, Type delegateType ) : Delegate
GetProc ( IntPtr module, string procName ) : IntPtr
GetProcAddress ( [ module, [ procName ) : IntPtr

Method Details

Free() public method

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