Table of Contents

Class FileInfoOptions

Namespace
Cuemon.IO
Assembly
Cuemon.IO.dll

Configuration options for System.IO.FileInfo.

public class FileInfoOptions : IParameterObject
Inheritance
Object
FileInfoOptions
Implements
Derived

Constructors

FileInfoOptions()

Initializes a new instance of the FileInfoOptions class.

public FileInfoOptions()

Remarks

The following table shows the initial property values for an instance of FileInfoOptions.

PropertyInitial Value
BytesToRead0

Properties

BytesToRead

Gets or sets the amount of bytes to read from a file.

public int BytesToRead { get; set; }

Property Value

Int32

The amount of bytes to read from a file.

Exceptions

ArgumentOutOfRangeException

value is lower than 0.