Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun.STREAM.Text Class Reference

可変長テキスト. More...

Inheritance diagram for mun.STREAM.Text:
Collaboration diagram for mun.STREAM.Text:

Public Member Functions

 Text ()
 コンストラクタ.
 
 Text (String _text)
 コンストラクタ. More...
 
 Text (ref String _text)
 コンストラクタ. More...
 
 Text (ref Text rRef)
 代入処理. More...
 
override bool Equals (object value)
 比較処理. More...
 
override int GetHashCode ()
 ハッシュ値の取得. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferのアンパッキング. More...
 
void Dispose ()
 廃棄処理
 
void Dispose (bool disposing)
 廃棄処理 More...
 

Public Attributes

String text
 可変長テキスト実体. More...
 

Detailed Description

可変長テキスト.

Constructor & Destructor Documentation

mun.STREAM.Text.Text ( String  _text)

コンストラクタ.

Parameters
_text代入文字列.
mun.STREAM.Text.Text ( ref String  _text)

コンストラクタ.

Parameters
_text代入文字列.
mun.STREAM.Text.Text ( ref Text  rRef)

代入処理.

Parameters
rRef代入オブジェクト.

Member Function Documentation

void mun.STREAM.Text.Dispose ( bool  disposing)

廃棄処理

Parameters
disposing廃棄フラグ
override bool mun.STREAM.Text.Equals ( object  value)

比較処理.

Parameters
value比較オブジェクト.
override int mun.STREAM.Text.GetHashCode ( )

ハッシュ値の取得.

Note
ハッシュ値比較は実質上キャンセルする.
bool mun.STREAM.Text.Pack ( ref mrs.Buffer  buffer)

mrs::Bufferへのパッキング.

Parameters
buffermrs.Bufferクラスオブジェクト.

Here is the caller graph for this function:

bool mun.STREAM.Text.Unpack ( ref mrs.Buffer  buffer)

mrs::Bufferのアンパッキング.

Parameters
buffermrs.Bufferクラスオブジェクト.

Here is the caller graph for this function:

Member Data Documentation

String mun.STREAM.Text.text

可変長テキスト実体.


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