Class Ldelema
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)
Namespace: Cosmos.IL2CPU.X86.IL
Assembly: Cosmos.IL2CPU.dll
Syntax
[OpCode(ILOpCode.Code.Ldelema)]
public class Ldelema : ILOp
Constructors
| Improve this Doc View SourceLdelema(Assembler)
Declaration
public Ldelema(Assembler aAsmblr)
Parameters
Type | Name | Description |
---|---|---|
Assembler | aAsmblr |
Methods
| Improve this Doc View SourceAssemble(Assembler, OpType, UInt32, Boolean, Il2cpuMethodInfo, ILOpCode)
Declaration
public static void Assemble(Assembler aAssembler, OpType aOpType, uint aElementSize, bool debugEnabled, Il2cpuMethodInfo aMethod, ILOpCode aOpCode)
Parameters
Type | Name | Description |
---|---|---|
Assembler | aAssembler | |
OpType | aOpType | |
System.UInt32 | aElementSize | |
System.Boolean | debugEnabled | |
Il2cpuMethodInfo | aMethod | |
ILOpCode | aOpCode |
Execute(Il2cpuMethodInfo, ILOpCode)
Declaration
public override void Execute(Il2cpuMethodInfo aMethod, ILOpCode aOpCode)
Parameters
Type | Name | Description |
---|---|---|
Il2cpuMethodInfo | aMethod | |
ILOpCode | aOpCode |