[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
copies a block within a file in block mode
Namespace: Db4objects.Db4o.IO
Assembly:
Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub BlockCopy ( _
oldAddress As Integer, _
oldAddressOffset As Integer, _
newAddress As Integer, _
newAddressOffset As Integer, _
length As Integer _
) |
C# |
---|
public virtual void BlockCopy (
int oldAddress,
int oldAddressOffset,
int newAddress,
int newAddressOffset,
int length
) |
Visual C++ |
---|
public:
virtual void BlockCopy (
int oldAddress,
int oldAddressOffset,
int newAddress,
int newAddressOffset,
int length
) |
Parameters
- oldAddress
- System.Int32
- oldAddressOffset
- System.Int32
- newAddress
- System.Int32
- newAddressOffset
- System.Int32
- length
- System.Int32