Class ILGroup
Inheritance
System.Object
ILGroup
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()
Assembly: Cosmos.IL2CPU.dll
Syntax
Constructors
|
Improve this Doc
View Source
ILGroup()
Declaration
|
Improve this Doc
View Source
ILGroup(ILOpCode)
Declaration
public ILGroup(ILOpCode aOpCode)
Parameters
|
Improve this Doc
View Source
ILGroup(ILOpCode, Stack<Type>)
Declaration
public ILGroup(ILOpCode aOpCode, Stack<Type> aStack)
Parameters
Type |
Name |
Description |
ILOpCode |
aOpCode |
|
System.Collections.Generic.Stack<System.Type> |
aStack |
|
|
Improve this Doc
View Source
ILGroup(Stack<Type>)
Declaration
public ILGroup(Stack<Type> aStack)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Stack<System.Type> |
aStack |
|
Fields
|
Improve this Doc
View Source
OpCodes
Declaration
public List<ILOpCode> OpCodes
Field Value
Type |
Description |
System.Collections.Generic.List<ILOpCode> |
|
|
Improve this Doc
View Source
PossibleContinuations
Declaration
public List<ILGroup> PossibleContinuations
Field Value
Type |
Description |
System.Collections.Generic.List<ILGroup> |
|
|
Improve this Doc
View Source
StartPosition
Declaration
public int? StartPosition
Field Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
StartStack
Declaration
public Stack<Type> StartStack
Field Value
Type |
Description |
System.Collections.Generic.Stack<System.Type> |
|
Methods
|
Improve this Doc
View Source
Add(ILOpCode)
Declaration
public void Add(ILOpCode aILOpCode)
Parameters
Type |
Name |
Description |
ILOpCode |
aILOpCode |
|
|
Improve this Doc
View Source
GenerateGroups(ILMethod, DebugInfo.SequencePoint[])
Declaration
public static List<ILGroup> GenerateGroups(ILMethod aMethod, DebugInfo.SequencePoint[] aSequences)
Parameters
Type |
Name |
Description |
ILMethod |
aMethod |
|
IL2CPU.Debug.Symbols.DebugInfo.SequencePoint[] |
aSequences |
|
Returns
Type |
Description |
System.Collections.Generic.List<ILGroup> |
|
|
Improve this Doc
View Source
ReadyToAnalyse()
Declaration
public bool ReadyToAnalyse()
Returns
Type |
Description |
System.Boolean |
|