ArchiveX Constructor(Byte[])
See Also 
SourceCode.Serialization Namespace > ArchiveX Class > ArchiveX Constructor : ArchiveX Constructor(Byte[])



buf

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal buf() As Byte _
)
Visual Basic (Usage) Copy Code
Dim buf() As Byte
 
Dim instance As New ArchiveX(buf)
C#  
public ArchiveX( 
   byte[] buf
)
C++/CLI  
public:
ArchiveX( 
   array<byte>^ buf
)

Parameters

buf

Requirements

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

See Also