Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
MrsLibs.Configuration.DllLoaderForLinux Class Reference

Linux用のライブラリローダー More...

Inheritance diagram for MrsLibs.Configuration.DllLoaderForLinux:
Collaboration diagram for MrsLibs.Configuration.DllLoaderForLinux:

Public Member Functions

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

Detailed Description

Linux用のライブラリローダー

Member Function Documentation

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

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

Parameters
hDllModule

Implements MrsLibs.Configuration.IDllLoader.

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

プロシージャの取得

Parameters
hDllModule
procName
Returns

Implements MrsLibs.Configuration.IDllLoader.

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

ライブラリのロード

Parameters
fileName
Returns

Implements MrsLibs.Configuration.IDllLoader.


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