WriteAllProperties Method (Object, BindingFlags)
From Lidgren.Network
| Lidgren Network Library documentation |
| NetBuffer..::..WriteAllProperties Method (Object, BindingFlags) |
| NetBuffer Class See Also Send Feedback |
Writes all properties with specified binding 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, BindingFlags flags ) |
| Visual Basic |
|---|
Public Sub WriteAllProperties ( _ ob As Object, _ flags As BindingFlags _ ) |
| Visual C++ |
|---|
public: void WriteAllProperties( Object^ ob, BindingFlags flags ) |
Parameters
- ob
- Type: System..::..Object
[Missing <param name="ob"/> documentation for "M:Lidgren.Network.NetBuffer.WriteAllProperties(System.Object,System.Reflection.BindingFlags)"]
- flags
- Type: System.Reflection..::..BindingFlags
[Missing <param name="flags"/> documentation for "M:Lidgren.Network.NetBuffer.WriteAllProperties(System.Object,System.Reflection.BindingFlags)"]