Class Ldarga
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.Ldarga)]
public class Ldarga : ILOp
Constructors
| Improve this Doc View SourceLdarga(Assembler)
Declaration
public Ldarga(Assembler aAsmblr)
Parameters
Type | Name | Description |
---|---|---|
Assembler | aAsmblr |
Methods
| Improve this Doc View SourceDoExecute(Assembler, Il2cpuMethodInfo, UInt16)
Declaration
public static void DoExecute(Assembler Assembler, Il2cpuMethodInfo aMethod, ushort aParam)
Parameters
Type | Name | Description |
---|---|---|
Assembler | Assembler | |
Il2cpuMethodInfo | aMethod | |
System.UInt16 | aParam |
Execute(Il2cpuMethodInfo, ILOpCode)
Declaration
public override void Execute(Il2cpuMethodInfo aMethod, ILOpCode aOpCode)
Parameters
Type | Name | Description |
---|---|---|
Il2cpuMethodInfo | aMethod | |
ILOpCode | aOpCode |