C# Class Mono.CompilerServices.SymbolWriter.LineNumberEntry

Exibir arquivo Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
File int
IsHidden bool
Null LineNumberEntry
Offset int
OffsetComparer IComparer
Row int
RowComparer IComparer
SourceRange SourceRangeEntry

Public Methods

Method Description
LineNumberEntry ( int file, int row, int offset ) : System
LineNumberEntry ( int file, int row, int offset, bool is_hidden ) : System
LineNumberEntry ( int file, int row, int offset, bool is_hidden, SourceRangeEntry source_range ) : System
LineNumberEntry ( int file, int offset, int start_row, int end_row, int start_col, int end_col ) : System
ToString ( ) : string

Method Details

LineNumberEntry() public method

public LineNumberEntry ( int file, int row, int offset ) : System
file int
row int
offset int
return System

LineNumberEntry() public method

public LineNumberEntry ( int file, int row, int offset, bool is_hidden ) : System
file int
row int
offset int
is_hidden bool
return System

LineNumberEntry() public method

public LineNumberEntry ( int file, int row, int offset, bool is_hidden, SourceRangeEntry source_range ) : System
file int
row int
offset int
is_hidden bool
source_range SourceRangeEntry
return System

LineNumberEntry() public method

public LineNumberEntry ( int file, int offset, int start_row, int end_row, int start_col, int end_col ) : System
file int
offset int
start_row int
end_row int
start_col int
end_col int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

File public_oe property

public int File
return int

IsHidden public_oe property

public bool IsHidden
return bool

Null public_oe static_oe property

public static LineNumberEntry,Mono.CompilerServices.SymbolWriter Null
return LineNumberEntry

Offset public_oe property

public int Offset
return int

OffsetComparer public_oe static_oe property

public static IComparer OffsetComparer
return IComparer

Row public_oe property

public int Row
return int

RowComparer public_oe static_oe property

public static IComparer RowComparer
return IComparer

SourceRange public_oe property

public SourceRangeEntry,Mono.CompilerServices.SymbolWriter SourceRange
return SourceRangeEntry