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