C# Class NLog.Internal.Win32FileCharacteristicsHelper

Win32-optimized implementation of FileCharacteristicsHelper.
Inheritance: FileCharacteristicsHelper
Exibir arquivo Open project: NLog/NLog Class Usage Examples

Public Methods

Method Description
GetFileCharacteristics ( string fileName, FileStream fileStream ) : NLog.Internal.FileCharacteristics

Gets the information about a file.

Method Details

GetFileCharacteristics() public method

Gets the information about a file.
public GetFileCharacteristics ( string fileName, FileStream fileStream ) : NLog.Internal.FileCharacteristics
fileName string Name of the file.
fileStream System.IO.FileStream The file stream.
return NLog.Internal.FileCharacteristics