Class OpMethod
Inheritance
System.Object
OpMethod
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
public class OpMethod : ILOpCode
Constructors
|
Improve this Doc
View Source
OpMethod(ILOpCode.Code, Int32, Int32, MethodBase, _ExceptionRegionInfo)
Declaration
public OpMethod(ILOpCode.Code aOpCode, int aPos, int aNextPos, MethodBase aValue, _ExceptionRegionInfo aCurrentExceptionRegion)
Parameters
Properties
|
Improve this Doc
View Source
Value
Declaration
public MethodBase Value { get; set; }
Property Value
Type |
Description |
System.Reflection.MethodBase |
|
|
Improve this Doc
View Source
ValueUID
Declaration
public uint ValueUID { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Methods
|
Improve this Doc
View Source
DoInitStackAnalysis(MethodBase)
Declaration
protected override void DoInitStackAnalysis(MethodBase aMethod)
Parameters
Type |
Name |
Description |
System.Reflection.MethodBase |
aMethod |
|
Overrides
|
Improve this Doc
View Source
DoInterpretStackTypes()
Declaration
public override void DoInterpretStackTypes()
Overrides
|
Improve this Doc
View Source
GetNumberOfStackPops(MethodBase)
Declaration
public override int GetNumberOfStackPops(MethodBase aMethod)
Parameters
Type |
Name |
Description |
System.Reflection.MethodBase |
aMethod |
|
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
GetNumberOfStackPushes(MethodBase)
Declaration
public override int GetNumberOfStackPushes(MethodBase aMethod)
Parameters
Type |
Name |
Description |
System.Reflection.MethodBase |
aMethod |
|
Returns
Type |
Description |
System.Int32 |
|
Overrides