C# Class NLog.Internal.PortableFileCharacteristicsHelper

Portable implementation of FileCharacteristicsHelper.
Inheritance: FileCharacteristicsHelper
Afficher le fichier Open project: NLog/NLog Class Usage Examples

Méthodes publiques

Méthode Description
GetFileCharacteristics ( string fileName, FileStream fileStream ) : NLog.Internal.FileCharacteristics

Gets the information about a file.

Method Details

GetFileCharacteristics() public méthode

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.
Résultat NLog.Internal.FileCharacteristics