C# Class FSO.SimAntics.NetPlay.Model.VMNetCommand

Inheritance: VMSerializable
ファイルを表示 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
CmdMap Type>.Dictionary
Command VMNetCommandBodyAbstract
ReverseMap VMCommandType>.Dictionary
Type VMCommandType

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void
SetCommand ( VMNetCommandBodyAbstract cmd ) : void
VMNetCommand ( ) : System
VMNetCommand ( VMNetCommandBodyAbstract cmd ) : System

Method Details

Deserialize() public method

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

SerializeInto() public method

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

SetCommand() public method

public SetCommand ( VMNetCommandBodyAbstract cmd ) : void
cmd VMNetCommandBodyAbstract
return void

VMNetCommand() public method

public VMNetCommand ( ) : System
return System

VMNetCommand() public method

public VMNetCommand ( VMNetCommandBodyAbstract cmd ) : System
cmd VMNetCommandBodyAbstract
return System

Property Details

CmdMap public_oe static_oe property

public static Dictionary CmdMap
return Type>.Dictionary

Command public_oe property

public VMNetCommandBodyAbstract,FSO.SimAntics.NetPlay.Model Command
return VMNetCommandBodyAbstract

ReverseMap public_oe static_oe property

public static Dictionary ReverseMap
return VMCommandType>.Dictionary

Type public_oe property

public VMCommandType Type
return VMCommandType