C# Класс Mono.CompilerServices.SymbolWriter.LineNumberTable

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

Открытые свойства

Свойство Тип Описание
LineBase int
LineRange int
MaxAddressIncrement int
OpcodeBase byte

Защищенные свойства (Protected)

Свойство Тип Описание
_line_numbers Mono.CompilerServices.SymbolWriter.LineNumberEntry[]

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

Метод Описание
DoRead ( MonoSymbolFile file, MyBinaryReader br ) : void
GetMethodBounds ( LineNumberEntry &start, LineNumberEntry &end ) : bool

Защищенные методы

Метод Описание
LineNumberTable ( MonoSymbolFile file ) : System

Приватные методы

Метод Описание
LineNumberTable ( MonoSymbolFile file, LineNumberEntry lines ) : System
Read ( MonoSymbolFile file, MyBinaryReader br ) : LineNumberTable
Write ( MonoSymbolFile file, MyBinaryWriter bw ) : void

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

DoRead() публичный Метод

public DoRead ( MonoSymbolFile file, MyBinaryReader br ) : void
file MonoSymbolFile
br MyBinaryReader
Результат void

GetMethodBounds() публичный Метод

public GetMethodBounds ( LineNumberEntry &start, LineNumberEntry &end ) : bool
start LineNumberEntry
end LineNumberEntry
Результат bool

LineNumberTable() защищенный Метод

protected LineNumberTable ( MonoSymbolFile file ) : System
file MonoSymbolFile
Результат System

Описание свойств

LineBase публичное свойство

public int LineBase
Результат int

LineRange публичное свойство

public int LineRange
Результат int

MaxAddressIncrement публичное свойство

public int MaxAddressIncrement
Результат int

OpcodeBase публичное свойство

public byte OpcodeBase
Результат byte

_line_numbers защищенное свойство

protected LineNumberEntry[],Mono.CompilerServices.SymbolWriter _line_numbers
Результат Mono.CompilerServices.SymbolWriter.LineNumberEntry[]