WriteAllProperties Method (Object)

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Writes all public and private declared instance properties of the object in alphabetical order using reflection

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public void WriteAllProperties(
	Object ob
)
Visual Basic
Public Sub WriteAllProperties ( _
	ob As Object _
)
Visual C++
public:
void WriteAllProperties(
	Object^ ob
)

Parameters

ob
Type: System..::..Object

[Missing <param name="ob"/> documentation for "M:Lidgren.Network.NetBuffer.WriteAllProperties(System.Object)"]

See Also