Class FileInfoOptions
- Namespace
- Cuemon.IO
- Assembly
- Cuemon.IO.dll
Configuration options for FileInfo.
public class FileInfoOptions : IParameterObject
- Inheritance
-
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.
Property | Initial Value |
---|---|
BytesToRead | 0 |
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.