C# Class KeePass.Util.IpcBroadcast.IpcMessage

Exibir arquivo 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_oe property

public ulong ID
return ulong

LParam public_oe property

public int LParam
return int

Message public_oe property

public Program.AppMessage Message
return Program.AppMessage

Time public_oe property

public long Time
return long