Class ILReader
Inheritance
System.Object
ILReader
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
Assembly: Cosmos.IL2CPU.dll
Syntax
public class ILReader
Constructors
| Improve this Doc View SourceILReader()
Declaration
public ILReader()
Methods
| Improve this Doc View SourceCheckBranch(Int32, Int32)
Declaration
protected void CheckBranch(int aTarget, int aMethodSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | aTarget | |
System.Int32 | aMethodSize |
LoadOpCodes()
Declaration
protected void LoadOpCodes()
ProcessMethod(MethodBase)
Declaration
public List<ILOpCode> ProcessMethod(MethodBase aMethod)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodBase | aMethod |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<ILOpCode> |