C# 클래스 CRLFAnalyzerNS.CRLFAnalyzer

Class for crlf utility.
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
nl string

공개 메소드들

메소드 설명
Main ( string args ) : int

The main entry point for the application.

OutputException ( string CurrentMessage, Exception e ) : bool
OutputLocations ( TermListType TermList, int StartIndex, string OutputFormat, bool CROnly, int Count ) : void

Outputs the locations of the line terminations

비공개 메소드들

메소드 설명
FixOrConvert ( TermListType TermList, BinaryReader InputReader, BinaryWriter OutputWriter, byte LineEnd, int StartIndex, CRFixType CRFix ) : void

This function does the actual file fixing or conversion. It contains the main logic of this application.

메소드 상세

Main() 공개 정적인 메소드

The main entry point for the application.
public static Main ( string args ) : int
args string
리턴 int

OutputException() 공개 정적인 메소드

public static OutputException ( string CurrentMessage, Exception e ) : bool
CurrentMessage string
e System.Exception
리턴 bool

OutputLocations() 공개 정적인 메소드

Outputs the locations of the line terminations
public static OutputLocations ( TermListType TermList, int StartIndex, string OutputFormat, bool CROnly, int Count ) : void
TermList TermListType
StartIndex int
OutputFormat string
CROnly bool
Count int
리턴 void

프로퍼티 상세

nl 공개적으로 정적으로 프로퍼티

public static string nl
리턴 string