Class MethodIlOp
No Metadata Documentation available.
Inheritance
System.Object
MethodIlOp
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
[DataContract(IsReference = true)]
public class MethodIlOp
Properties
| Improve this Doc View SourceID
No Metadata Documentation available.
Declaration
[DataMember]
public long ID { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
IlOffset
No Metadata Documentation available.
Declaration
[DataMember]
public int IlOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LabelName
No Metadata Documentation available.
Declaration
[DataMember]
public string LabelName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MethodID
No Metadata Documentation available.
Declaration
[DataMember]
public long? MethodID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
StackDiff
No Metadata Documentation available.
Declaration
[DataMember]
public int StackDiff { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |