Xceed .NET Libraries Documentation
Xceed.BZip2 Assembly / Xceed.BZip2 Namespace / BZip2File Class / BZip2File Constructor / BZip2File Constructor(FileSystemEvents,Object,AbstractFile)


BZip2File Constructor(FileSystemEvents,Object,AbstractFile)
Syntax
'Declaration
 
Public Function New( _
   ByVal events As FileSystemEvents, _
   ByVal userData As Object, _
   ByVal hostFile As AbstractFile _
)
 
'Usage
 
Dim events As FileSystemEvents
Dim userData As Object
Dim hostFile As AbstractFile
 
Dim instance As New BZip2File(events, userData, hostFile)

Parameters

events
userData
hostFile
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