C# Class KeePass.Util.IpcBroadcast.IpcMessage

Show file Open project: amiryal/keepass2

Public Properties

Property Type Description
ID ulong
LParam int
Message Program.AppMessage
Time long

Public Methods

Method Description
Deserialize ( BinaryReader br ) : IpcMessage
Serialize ( BinaryWriter bw, IpcMessage msg ) : void

Method Details

Deserialize() public static method

public static Deserialize ( BinaryReader br ) : IpcMessage
br System.IO.BinaryReader
return IpcMessage

Serialize() public static method

public static Serialize ( BinaryWriter bw, IpcMessage msg ) : void
bw System.IO.BinaryWriter
msg IpcMessage
return void

Property Details

ID public property

public ulong ID
return ulong

LParam public property

public int LParam
return int

Message public property

public Program.AppMessage Message
return Program.AppMessage

Time public property

public long Time
return long