C# Class RemoteClass.Marshaler

Inheritance: ZNet.Marshaler
Afficher le fichier Open project: hothoty/Zero

Méthodes publiques

Méthode Description
Read ( ZNet msg, CUserClass &b ) : void
Read ( ZNet msg, Int32>.Dictionary &p ) : void
Read ( ZNet msg, ZNet.MasterInfo>.Dictionary &b ) : void
Write ( ZNet msg, CUserClass b ) : void
Write ( ZNet msg, Int32>.Dictionary p ) : void
Write ( ZNet msg, ZNet.MasterInfo>.Dictionary b ) : void

Method Details

Read() public static méthode

public static Read ( ZNet msg, CUserClass &b ) : void
msg ZNet
b CUserClass
Résultat void

Read() public static méthode

public static Read ( ZNet msg, Int32>.Dictionary &p ) : void
msg ZNet
p Int32>.Dictionary
Résultat void

Read() public static méthode

public static Read ( ZNet msg, ZNet.MasterInfo>.Dictionary &b ) : void
msg ZNet
b ZNet.MasterInfo>.Dictionary
Résultat void

Write() public static méthode

public static Write ( ZNet msg, CUserClass b ) : void
msg ZNet
b CUserClass
Résultat void

Write() public static méthode

public static Write ( ZNet msg, Int32>.Dictionary p ) : void
msg ZNet
p Int32>.Dictionary
Résultat void

Write() public static méthode

public static Write ( ZNet msg, ZNet.MasterInfo>.Dictionary b ) : void
msg ZNet
b ZNet.MasterInfo>.Dictionary
Résultat void