C# Class TPConfAddin.DllInvoke

Afficher le fichier Open project: eSDK/esdk_OutlookPlugin Class Usage Examples

Méthodes publiques

Méthode Description
DllInvoke ( ) : System
Invoke ( string APIName, Type t ) : Delegate

将要执行的函数转换为委托

LoadDll ( bool bX64 ) : void

Private Methods

Méthode Description
FreeLibrary ( IntPtr hModule ) : bool
GetProcAddress ( IntPtr hModule, [ lpProcName ) : IntPtr
LoadLibrary ( [ lpLibFileName ) : IntPtr
SetDllDirectory ( [ lpProcName ) : bool

Method Details

DllInvoke() public méthode

public DllInvoke ( ) : System
Résultat System

Invoke() public méthode

将要执行的函数转换为委托
public Invoke ( string APIName, Type t ) : Delegate
APIName string 函数名
t System.Type 转换委托的类型
Résultat System.Delegate

LoadDll() public méthode

public LoadDll ( bool bX64 ) : void
bX64 bool
Résultat void