C# Класс GitSharp.Core.Patch.FormatError

Показать файл Открыть проект Примеры использования класса

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

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