C# 클래스 NLog.Internal.FileCharacteristicsHelper

Optimized routines to get the basic file characteristics of the specified file.
파일 보기 프로젝트 열기: NLog/NLog

공개 메소드들

메소드 설명
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