C# Class OpenRA.Server.ServerOrder

Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Data string
Name string

Public Methods

Method Description
Deserialize ( BinaryReader r ) : ServerOrder
Serialize ( ) : byte[]
ServerOrder ( string name, string data ) : System

Method Details

Deserialize() public static method

public static Deserialize ( BinaryReader r ) : ServerOrder
r System.IO.BinaryReader
return ServerOrder

Serialize() public method

public Serialize ( ) : byte[]
return byte[]

ServerOrder() public method

public ServerOrder ( string name, string data ) : System
name string
data string
return System

Property Details

Data public property

public string Data
return string

Name public property

public string Name
return string