Xceed .NET Libraries Documentation
Open(FileMode,FileAccess,FileShare,Int32,FileOptions) Method


Xceed.FileSystem Assembly > Xceed.FileSystem.IO Namespace > IFileInfo Interface > Open Method : Open(FileMode,FileAccess,FileShare,Int32,FileOptions) Method
Syntax
'Declaration
 
Overloads Function Open( _
   ByVal mode As FileMode, _
   ByVal access As FileAccess, _
   ByVal share As FileShare, _
   ByVal bufferSize As Integer, _
   ByVal fileOptions As FileOptions _
) As FileStream
'Usage
 
Dim instance As IFileInfo
Dim mode As FileMode
Dim access As FileAccess
Dim share As FileShare
Dim bufferSize As Integer
Dim fileOptions As FileOptions
Dim value As FileStream
 
value = instance.Open(mode, access, share, bufferSize, fileOptions)

Parameters

mode
access
share
bufferSize
fileOptions
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

Reference

IFileInfo Interface
IFileInfo Members
Overload List