Class Method
No Metadata Documentation available.
Inheritance
System.Object
Method
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 Method
Properties
| Improve this Doc View SourceAssemblyFileID
No Metadata Documentation available.
Declaration
[DataMember]
public long AssemblyFileID { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
DocumentID
No Metadata Documentation available.
Declaration
[DataMember]
public long DocumentID { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ID
No Metadata Documentation available.
Declaration
[DataMember]
public long ID { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
LabelCall
No Metadata Documentation available.
Declaration
[DataMember]
public string LabelCall { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LabelEndID
No Metadata Documentation available.
Declaration
[DataMember]
public long? LabelEndID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
LabelStartID
No Metadata Documentation available.
Declaration
[DataMember]
public long? LabelStartID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
LineColEnd
No Metadata Documentation available.
Declaration
[DataMember]
public long LineColEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
LineColStart
No Metadata Documentation available.
Declaration
[DataMember]
public long LineColStart { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
MethodToken
No Metadata Documentation available.
Declaration
[DataMember]
public int MethodToken { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TypeToken
No Metadata Documentation available.
Declaration
[DataMember]
public int TypeToken { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |