ReadAllFields Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodReadAllFields(Object)
Reads all public and private declared instance fields of the object in alphabetical order using reflection
(Inherited from NetBuffer.)
Public methodReadAllFields(Object, BindingFlags)
Reads all fields with the specified binding of the object in alphabetical order using reflection
(Inherited from NetBuffer.)

See Also