C# 클래스 GitSharp.Core.Patch.FormatError

파일 보기 프로젝트 열기: jagregory/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
FormatError ( byte buffer, int ptr, Severity sev, string msg ) : System
ToString ( ) : string
getBuffer ( ) : byte[]

The byte buffer holding the patch script.

getLineText ( ) : string

Line of the patch script the error appears on.

getMessage ( ) : string

A message describing the error.

getOffset ( ) : int

Byte offset within getBuffer() where the error is

getSeverity ( ) : Severity

The severity of the error.

메소드 상세

FormatError() 공개 메소드

public FormatError ( byte buffer, int ptr, Severity sev, string msg ) : System
buffer byte
ptr int
sev Severity
msg string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

getBuffer() 공개 메소드

The byte buffer holding the patch script.
public getBuffer ( ) : byte[]
리턴 byte[]

getLineText() 공개 메소드

Line of the patch script the error appears on.
public getLineText ( ) : string
리턴 string

getMessage() 공개 메소드

A message describing the error.
public getMessage ( ) : string
리턴 string

getOffset() 공개 메소드

Byte offset within getBuffer() where the error is
public getOffset ( ) : int
리턴 int

getSeverity() 공개 메소드

The severity of the error.
public getSeverity ( ) : Severity
리턴 Severity