ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Storage Namespace / NativeFileStream Class / NativeFileStream Constructor
Name of the file.
The file mode.
The access mode.
The share mode.

In This Topic
    NativeFileStream Constructor
    In This Topic
    Initializes a new instance of the NativeFileStream class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As System.String, _
       ByVal fileMode As NativeFileMode, _
       ByVal access As NativeFileAccess, _
       Optional ByVal share As NativeFileShare _
    )
    public NativeFileStream( 
       System.string fileName,
       NativeFileMode fileMode,
       NativeFileAccess access,
       NativeFileShare share
    )

    Parameters

    fileName
    Name of the file.
    fileMode
    The file mode.
    access
    The access mode.
    share
    The share mode.
    See Also