C# Класс NLog.Internal.FileCharacteristicsHelper

Optimized routines to get the basic file characteristics of the specified file.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CreateHelper() публичный статический Метод

Initializes static members of the FileCharacteristicsHelper class.
public static CreateHelper ( bool forcedManaged ) : FileCharacteristicsHelper
forcedManaged bool
Результат FileCharacteristicsHelper

GetFileCharacteristics() публичный абстрактный Метод

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.
Результат NLog.Internal.FileCharacteristics