C# Class Platform.Invoke.Windows.WindowsLibraryProcProvider

Inheritance: ILibraryProcProvider
Afficher le fichier Open project: GeirGrusom/PlatformInvoker

Méthodes publiques

Méthode Description
Free ( IntPtr module ) : bool

Frees the specified library.

Private Methods

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

Method Details

Free() public méthode

Frees the specified library.
public Free ( IntPtr module ) : bool
module System.IntPtr
Résultat bool