[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

implement to read the values of fields from a byte[] and to set them on an object when the object gets instantiated

Namespace: Db4objects.Db4o.Config
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub ReadFields ( _
	obj As Object, _
	slot As Byte(), _
	offset As Integer _
)
C#
void ReadFields (
	Object obj,
	byte[] slot,
	int offset
)
Visual C++
void ReadFields (
	Object^ obj, 
	array<unsigned char>^ slot, 
	int offset
)

Parameters

obj
System.Object
the object that is instantiated
slot
System.Byte[]
the byte[] where the fields are to be read from
offset
System.Int32
the offset position in the byte[] where the first field value is to be read from