Struct ILSequencePoint
Represents a sequence point within an IL method body. Sequence point describes a point in the method body at which all side effects of previous evaluations have been performed.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: IL2CPU.Debug.Symbols.Pdb
Assembly: IL2CPU.Debug.Symbols.Net48.dll
Syntax
public struct ILSequencePoint
Constructors
| Improve this Doc View SourceILSequencePoint(Int32, String, Int32)
Declaration
public ILSequencePoint(int offset, string document, int lineNumber)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offset | |
System.String | document | |
System.Int32 | lineNumber |
Fields
| Improve this Doc View SourceDocument
Declaration
public readonly string Document
Field Value
Type | Description |
---|---|
System.String |
LineNumber
Declaration
public readonly int LineNumber
Field Value
Type | Description |
---|---|
System.Int32 |
Offset
Declaration
public readonly int Offset
Field Value
Type | Description |
---|---|
System.Int32 |