IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint Struct Reference

Describes a sequence point on a method. More...

Public Attributes

readonly Document document
 
readonly int[] offsets
 
readonly int[] lines
 
readonly int[] columns
 
readonly int[] endLines
 
readonly int[] endColumns
 

Properties

Document Document [get]
 Gets the document.
 
int[] Offsets [get]
 Gets the offsets.
 
int[] Lines [get]
 Gets the lines.
 
int[] Columns [get]
 Gets the columns.
 
int[] EndLines [get]
 Gets the line endings.
 
int[] EndColumns [get]
 Gets the column endings.
 

Detailed Description

Describes a sequence point on a method.

Definition at line 282 of file PortablePdbSymbolWriter.cs.

Member Data Documentation

◆ columns

readonly int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.columns

Definition at line 288 of file PortablePdbSymbolWriter.cs.

◆ document

readonly Document IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.document

Definition at line 285 of file PortablePdbSymbolWriter.cs.

◆ endColumns

readonly int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.endColumns

Definition at line 290 of file PortablePdbSymbolWriter.cs.

◆ endLines

readonly int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.endLines

Definition at line 289 of file PortablePdbSymbolWriter.cs.

◆ lines

readonly int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.lines

Definition at line 287 of file PortablePdbSymbolWriter.cs.

◆ offsets

readonly int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.offsets

Definition at line 286 of file PortablePdbSymbolWriter.cs.

Property Documentation

◆ Columns

int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.Columns
get

Gets the columns.

Definition at line 328 of file PortablePdbSymbolWriter.cs.

◆ Document

Document IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.Document
get

Gets the document.

Definition at line 313 of file PortablePdbSymbolWriter.cs.

◆ EndColumns

int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.EndColumns
get

Gets the column endings.

Definition at line 338 of file PortablePdbSymbolWriter.cs.

◆ EndLines

int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.EndLines
get

Gets the line endings.

Definition at line 333 of file PortablePdbSymbolWriter.cs.

◆ Lines

int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.Lines
get

Gets the lines.

Definition at line 323 of file PortablePdbSymbolWriter.cs.

◆ Offsets

int [] IKVM.Reflection.Diagnostics.PortablePdbSymbolWriter.SequencePoint.Offsets
get

Gets the offsets.

Definition at line 318 of file PortablePdbSymbolWriter.cs.


The documentation for this struct was generated from the following file: