C# Class Swicli.Library.PInvokeDLL

Afficher le fichier Open project: swi-to-yap/swicli

Méthodes publiques

Méthode Description
CreateDelegate ( string entry_point, Type delegateType ) : Delegate
PInvokeDLL ( string name ) : System

Private Methods

Méthode Description
FreeLibrary ( IntPtr hModule ) : bool
GetDelegate ( string funcName, Type delegateType ) : Delegate
GetProcAddress ( IntPtr hModule, string procName ) : IntPtr
LoadLibrary ( string lpFileName ) : IntPtr

Method Details

CreateDelegate() public méthode

public CreateDelegate ( string entry_point, Type delegateType ) : Delegate
entry_point string
delegateType System.Type
Résultat System.Delegate

PInvokeDLL() public méthode

public PInvokeDLL ( string name ) : System
name string
Résultat System