Class Ldfld
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.Ldfld)]
public class Ldfld : ILOp
Constructors
| Improve this Doc View SourceLdfld(Assembler)
Declaration
public Ldfld(Assembler aAsmblr)
Parameters
Type | Name | Description |
---|---|---|
Assembler | aAsmblr |
Methods
| Improve this Doc View SourceExecute(Il2cpuMethodInfo, ILOpCode)
Declaration
public override void Execute(Il2cpuMethodInfo aMethod, ILOpCode aOpCode)
Parameters
Type | Name | Description |
---|---|---|
Il2cpuMethodInfo | aMethod | |
ILOpCode | aOpCode |
Overrides
| Improve this Doc View SourceGetFieldOffset(_FieldInfo)
Declaration
public static int GetFieldOffset(_FieldInfo fieldInfo)
Parameters
Type | Name | Description |
---|---|---|
_FieldInfo | fieldInfo |
Returns
Type | Description |
---|---|
System.Int32 |
GetFieldOffset(Type, String)
Declaration
public static int GetFieldOffset(Type aDeclaringType, string aFieldId)
Parameters
Type | Name | Description |
---|---|---|
System.Type | aDeclaringType | |
System.String | aFieldId |
Returns
Type | Description |
---|---|
System.Int32 |