C# Class Swicli.Library.PInvokeDLL

Mostra file Open project: swi-to-yap/swicli

Public Methods

Method Description
CreateDelegate ( string entry_point, Type delegateType ) : Delegate
PInvokeDLL ( string name ) : System

Private Methods

Method 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 method

public CreateDelegate ( string entry_point, Type delegateType ) : Delegate
entry_point string
delegateType System.Type
return System.Delegate

PInvokeDLL() public method

public PInvokeDLL ( string name ) : System
name string
return System