![]() |
Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
|
mun_resolverサーバ本体の制御クラス. More...


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] |
| プロセス名. | |
mun_resolverサーバ本体の制御クラス.
| void mun_resolver.MunResolverServer.Dispose | ( | bool | disposing | ) |
廃棄処理実装部.
| disposing | 廃棄フラグ. |

|
protected |
初期化処理.


| void mun_resolver.MunResolverServer.SetupConfigure | ( | mun.MunLogger | logger, |
| string[] | arg | ||
| ) |
サーバ設定.
| argc | 引数の数. |
| pArgv | 引数の値の配列. |
