C# Class NLog.Internal.FileCharacteristicsHelper

Optimized routines to get the basic file characteristics of the specified file.
Afficher le fichier Open project: NLog/NLog

Méthodes publiques

Méthode Description
CreateHelper ( bool forcedManaged ) : FileCharacteristicsHelper

Initializes static members of the FileCharacteristicsHelper class.

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

Gets the information about a file.

Method Details

CreateHelper() public static méthode

Initializes static members of the FileCharacteristicsHelper class.
public static CreateHelper ( bool forcedManaged ) : FileCharacteristicsHelper
forcedManaged bool
Résultat FileCharacteristicsHelper

GetFileCharacteristics() public abstract méthode

Gets the information about a file.
public abstract 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