Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
MrsLibs.Configuration.IDllLoader Interface Reference

動的ライブラリーローダーのインターフェース More...

Inheritance diagram for MrsLibs.Configuration.IDllLoader:

Public Member Functions

IntPtr LoadLibrary (string fileName)
 ライブラリのロード More...
 
void FreeLibrary (IntPtr hDllModule)
 ロードしたライブラリの解放 More...
 
IntPtr GetProcAddress (IntPtr hDllModule, string procName)
 プロシージャの取得 More...
 

Detailed Description

動的ライブラリーローダーのインターフェース

Member Function Documentation

void MrsLibs.Configuration.IDllLoader.FreeLibrary ( IntPtr  hDllModule)

ロードしたライブラリの解放

Parameters
hDllModule

Implemented in MrsLibs.Configuration.DllLoaderForMac, MrsLibs.Configuration.DllLoaderForLinux, and MrsLibs.Configuration.DllLoaderForWindows.

Here is the caller graph for this function:

IntPtr MrsLibs.Configuration.IDllLoader.GetProcAddress ( IntPtr  hDllModule,
string  procName 
)

プロシージャの取得

Parameters
hDllModule
procName
Returns

Implemented in MrsLibs.Configuration.DllLoaderForMac, MrsLibs.Configuration.DllLoaderForLinux, and MrsLibs.Configuration.DllLoaderForWindows.

IntPtr MrsLibs.Configuration.IDllLoader.LoadLibrary ( string  fileName)

ライブラリのロード

Parameters
fileName
Returns

Implemented in MrsLibs.Configuration.DllLoaderForMac, MrsLibs.Configuration.DllLoaderForLinux, and MrsLibs.Configuration.DllLoaderForWindows.

Here is the caller graph for this function:


The documentation for this interface was generated from the following file: