Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun_resolver.MunResolverServer Class Reference

mun_resolverサーバ本体の制御クラス. More...

Inheritance diagram for mun_resolver.MunResolverServer:
Collaboration diagram for mun_resolver.MunResolverServer:

Public Member Functions

 MunResolverServer ()
 コンストラクタ.
 
void Dispose ()
 廃棄処理.
 
void Dispose (bool disposing)
 廃棄処理実装部. More...
 
void SetupConfigure (mun.MunLogger logger, string[] arg)
 サーバ設定. More...
 
void Run ()
 メインループ.
 

Protected Member Functions

bool Initialize ()
 初期化処理. More...
 
void Update ()
 更新処理.
 
void Terminate ()
 終了処理.
 

Properties

string ProcessName [get]
 プロセス名.
 

Detailed Description

mun_resolverサーバ本体の制御クラス.

Member Function Documentation

void mun_resolver.MunResolverServer.Dispose ( bool  disposing)

廃棄処理実装部.

Parameters
disposing廃棄フラグ.

Here is the call graph for this function:

bool mun_resolver.MunResolverServer.Initialize ( )
protected

初期化処理.

Returns
初期化成功時には true、失敗時には false を設定。

Here is the call graph for this function:

Here is the caller graph for this function:

void mun_resolver.MunResolverServer.SetupConfigure ( mun.MunLogger  logger,
string[]  arg 
)

サーバ設定.

Parameters
argc引数の数.
pArgv引数の値の配列.

Here is the call graph for this function:


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