Class Stelem_Ref
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.Stelem_Ref)]
public class Stelem_Ref : ILOp
Constructors
| Improve this Doc View SourceStelem_Ref(Assembler)
Declaration
public Stelem_Ref(Assembler aAsmblr)
Parameters
Type | Name | Description |
---|---|---|
Assembler | aAsmblr |
Methods
| Improve this Doc View SourceAssemble(Assembler, UInt32, Il2cpuMethodInfo, ILOpCode, Boolean)
Declaration
public static void Assemble(Assembler aAssembler, uint aElementSize, Il2cpuMethodInfo aMethod, ILOpCode aOpCode, bool debugEnabled)
Parameters
Type | Name | Description |
---|---|---|
Assembler | aAssembler | |
System.UInt32 | aElementSize | |
Il2cpuMethodInfo | aMethod | |
ILOpCode | aOpCode | |
System.Boolean | debugEnabled |
Execute(Il2cpuMethodInfo, ILOpCode)
Declaration
public override void Execute(Il2cpuMethodInfo aMethod, ILOpCode aOpCode)
Parameters
Type | Name | Description |
---|---|---|
Il2cpuMethodInfo | aMethod | |
ILOpCode | aOpCode |