Class ILMethod
Inheritance
System.Object
ILMethod
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.IL2CPU.MethodAnalysis
Assembly: Cosmos.IL2CPU.dll
Syntax
public class ILMethod
Constructors
| Improve this Doc View SourceILMethod(List<ILOpCode>, DebugInfo.SequencePoint[])
Declaration
public ILMethod(List<ILOpCode> aOpCodes, DebugInfo.SequencePoint[] aSequences)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<ILOpCode> | aOpCodes | |
IL2CPU.Debug.Symbols.DebugInfo.SequencePoint[] | aSequences |
Fields
| Improve this Doc View SourceCode
Declaration
public Dictionary<int, ILOpCode> Code
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, ILOpCode> |
First
Declaration
public ILOpCode First
Field Value
Type | Description |
---|---|
ILOpCode |
Length
Declaration
public int Length
Field Value
Type | Description |
---|---|
System.Int32 |
StructuredCode
Declaration
public List<ILGroup> StructuredCode
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<ILGroup> |
Methods
| Improve this Doc View SourceAnalyse()
Declaration
public void Analyse()