Class Ldflda
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.Ldflda)]
public class Ldflda : ILOp
Constructors
| Improve this Doc View SourceLdflda(Assembler)
Declaration
public Ldflda(Assembler aAsmblr)
Parameters
| Type | Name | Description |
|---|---|---|
| Assembler | aAsmblr |
Methods
| Improve this Doc View SourceDoExecute(Assembler, Il2cpuMethodInfo, Type, _FieldInfo, Boolean, Boolean, Type)
Declaration
public static void DoExecute(Assembler Assembler, Il2cpuMethodInfo aMethod, Type aDeclaringType, _FieldInfo aField, bool aDerefValue, bool aDebugEnabled, Type aTypeOnStack)
Parameters
| Type | Name | Description |
|---|---|---|
| Assembler | Assembler | |
| Il2cpuMethodInfo | aMethod | |
| System.Type | aDeclaringType | |
| _FieldInfo | aField | |
| System.Boolean | aDerefValue | |
| System.Boolean | aDebugEnabled | |
| System.Type | aTypeOnStack |
DoExecute(Assembler, Il2cpuMethodInfo, Type, String, Boolean, Boolean, Type)
Declaration
public static void DoExecute(Assembler Assembler, Il2cpuMethodInfo aMethod, Type aDeclaringType, string aField, bool aDerefValue, bool aDebugEnabled, Type aTypeOnStack)
Parameters
| Type | Name | Description |
|---|---|---|
| Assembler | Assembler | |
| Il2cpuMethodInfo | aMethod | |
| System.Type | aDeclaringType | |
| System.String | aField | |
| System.Boolean | aDerefValue | |
| System.Boolean | aDebugEnabled | |
| System.Type | aTypeOnStack |
Execute(Il2cpuMethodInfo, ILOpCode)
Declaration
public override void Execute(Il2cpuMethodInfo aMethod, ILOpCode aOpCode)
Parameters
| Type | Name | Description |
|---|---|---|
| Il2cpuMethodInfo | aMethod | |
| ILOpCode | aOpCode |