Class SourceInfo
Inheritance
System.Object
SourceInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IL2CPU.Debug.Symbols
Assembly: IL2CPU.Debug.Symbols.Net48.dll
Syntax
public class SourceInfo
Properties
| Improve this Doc View SourceColumnEnd
Declaration
public int ColumnEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ColumnStart
Declaration
public int ColumnStart { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LineEnd
Declaration
public int LineEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LineStart
Declaration
public int LineStart { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MethodName
Declaration
public string MethodName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourceFile
Declaration
public string SourceFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetIndexClosestSmallerMatch(IList<Int32>, Int32)
Declaration
public static int GetIndexClosestSmallerMatch(IList<int> aList, int aValue)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Int32> | aList | |
System.Int32 | aValue |
Returns
Type | Description |
---|---|
System.Int32 |