Class OpToken
Inheritance
System.Object
OpToken
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 OpToken : ILOpCode
Constructors
|
Improve this Doc
View Source
OpToken(ILOpCode.Code, Int32, Int32, Int32, Module, Type[], Type[], _ExceptionRegionInfo)
Declaration
public OpToken(ILOpCode.Code aOpCode, int aPos, int aNextPos, int aValue, Module aModule, Type[] aTypeGenericArgs, Type[] aMethodGenericArgs, _ExceptionRegionInfo aCurrentExceptionRegion)
Parameters
Type |
Name |
Description |
ILOpCode.Code |
aOpCode |
|
System.Int32 |
aPos |
|
System.Int32 |
aNextPos |
|
System.Int32 |
aValue |
|
System.Reflection.Module |
aModule |
|
System.Type[] |
aTypeGenericArgs |
|
System.Type[] |
aMethodGenericArgs |
|
_ExceptionRegionInfo |
aCurrentExceptionRegion |
|
Properties
|
Improve this Doc
View Source
Value
Declaration
public int Value { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ValueField
Declaration
public FieldInfo ValueField { get; }
Property Value
Type |
Description |
System.Reflection.FieldInfo |
|
|
Improve this Doc
View Source
ValueIsField
Declaration
public bool ValueIsField { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ValueIsType
Declaration
public bool ValueIsType { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ValueType
Declaration
public Type ValueType { get; }
Property Value
Type |
Description |
System.Type |
|
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