Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal buf() As Byte, _ ByVal startindex As Integer _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim buf() As Byte Dim startindex As Integer Dim instance As New ArchiveX(buf, startindex) |
C# | |
---|---|
public ArchiveX( byte[] buf, int startindex ) |
C++/CLI | |
---|---|
public: ArchiveX( array<byte>^ buf, int startindex ) |
Parameters
- buf
- startindex
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2