Class OpInt64
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.ILOpCodes
Assembly: Cosmos.IL2CPU.dll
Syntax
public class OpInt64 : ILOpCode
Constructors
| Improve this Doc View SourceOpInt64(ILOpCode.Code, Int32, Int32, UInt64, _ExceptionRegionInfo)
Declaration
public OpInt64(ILOpCode.Code aOpCode, int aPos, int aNextPos, ulong aValue, _ExceptionRegionInfo aCurrentExceptionRegion)
Parameters
Type | Name | Description |
---|---|---|
ILOpCode.Code | aOpCode | |
System.Int32 | aPos | |
System.Int32 | aNextPos | |
System.UInt64 | aValue | |
_ExceptionRegionInfo | aCurrentExceptionRegion |
Properties
| Improve this Doc View SourceValue
Declaration
public ulong Value { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Methods
| Improve this Doc View SourceDoInitStackAnalysis(MethodBase)
Declaration
protected override void DoInitStackAnalysis(MethodBase aMethod)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodBase | aMethod |
Overrides
| Improve this Doc View SourceDoInterpretStackTypes()
Declaration
public override void DoInterpretStackTypes()
Overrides
| Improve this Doc View SourceGetNumberOfStackPops(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 SourceGetNumberOfStackPushes(MethodBase)
Declaration
public override int GetNumberOfStackPushes(MethodBase aMethod)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodBase | aMethod |
Returns
Type | Description |
---|---|
System.Int32 |