Persistate API documentation
Append Method
NamespacesPersistateMessageAppend()()()()

[This is preliminary documentation and is subject to change.]

Members
IconMemberDescription
Append(Boolean)
Appends a single boolean value to this message.

Append(Int32, Boolean)
Appends a slot number, a length field, and a single boolean value to this message.

Append(Byte)
Appends a single byte value to this message.

Append(Int32, Byte)
Appends a slot number, a length field, and a single byte value to this message.

Append(Char)
Appends a single char value to this message.

Append(Int32, Char)
Appends a slot number, a length field, and a single char value to this message.

Append(Int16)
Appends a single short value to this message.

Append(Int32, Int16)
Appends a slot number, a length field, and a single short value to this message.

Append(Int32)
Appends a single int value to this message.

Append(Int32, Int32)
Appends a slot number, a length field, and a single int value to this message.

Append(Int64)
Appends a single long value to this message.

Append(Int32, Int64)
Appends a slot number, a length field, and a single long value to this message.

Append(Single)
Appends a single float value to this message.

Append(Int32, Single)
Appends a slot number, a length field, and a single float value to this message.

Append(Double)
Appends a single double value to this message.

Append(Int32, Double)
Appends a slot number, a length field, and a single double value to this message.

Append(Decimal)
Appends a single decimal value to this message.

Append(Int32, Decimal)
Appends a slot number, a length field, and a single decimal value to this message.

Append(DateTime)
Appends a single DateTime value to this message.

Append(Int32, DateTime)
Appends a slot number, a length field, and a single DateTime value to this message.

Append(String)
Appends a string to this message.

Append(Int32, String)
Appends a slot number, a length field, and a string to this message.

Append(IReference)
Appends a single Reference value to this message.

Append(Int32, IReference)
Appends a slot number, a length field, and a single Reference value to this message.

Append(array<Byte>[]()[][])
Appends a byte array to this Message.

Append(Int32, array<Byte>[]()[][])
Appends a slot number, a length field, and a byte array to this Message.

Append(PFont)
Appends a single Font value to this message.

Append(Int32, PFont)
Appends a slot number, a length field, and a single Font value to this message.

Append(PColor)
Appends a single Color value to this message.

Append(Int32, PColor)
Appends a slot number, a length field, and a single Color value to this message.

Append(PImage)
Appends a single Image to this message.

Append(Int32, PImage)
Appends a slot number, a length field, and a single Image value to this message.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)