C# Class TPConfAddin.DllInvoke

Mostra file Open project: eSDK/esdk_OutlookPlugin Class Usage Examples

Public Methods

Method Description
DllInvoke ( ) : System
Invoke ( string APIName, Type t ) : Delegate

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

LoadDll ( bool bX64 ) : void

Private Methods

Method Description
FreeLibrary ( IntPtr hModule ) : bool
GetProcAddress ( IntPtr hModule, [ lpProcName ) : IntPtr
LoadLibrary ( [ lpLibFileName ) : IntPtr
SetDllDirectory ( [ lpProcName ) : bool

Method Details

DllInvoke() public method

public DllInvoke ( ) : System
return System

Invoke() public method

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

LoadDll() public method

public LoadDll ( bool bX64 ) : void
bX64 bool
return void