Class Stfld
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.Stfld)]
public class Stfld : ILOp
Constructors
| Improve this Doc View SourceStfld(Assembler)
Declaration
public Stfld(Assembler aAsmblr)
Parameters
Type | Name | Description |
---|---|---|
Assembler | aAsmblr |
Methods
| Improve this Doc View SourceDoExecute(Assembler, Il2cpuMethodInfo, FieldInfo, Boolean, Boolean)
Declaration
public static void DoExecute(Assembler aAssembler, Il2cpuMethodInfo aMethod, FieldInfo aField, bool debugEnabled, bool aNeedsGC)
Parameters
Type | Name | Description |
---|---|---|
Assembler | aAssembler | |
Il2cpuMethodInfo | aMethod | |
System.Reflection.FieldInfo | aField | |
System.Boolean | debugEnabled | |
System.Boolean | aNeedsGC |
DoExecute(Assembler, Il2cpuMethodInfo, String, Type, Boolean, Boolean)
Declaration
public static void DoExecute(Assembler aAssembler, Il2cpuMethodInfo aMethod, string aFieldId, Type aDeclaringObject, bool aNeedsGC, bool debugEnabled)
Parameters
Type | Name | Description |
---|---|---|
Assembler | aAssembler | |
Il2cpuMethodInfo | aMethod | |
System.String | aFieldId | |
System.Type | aDeclaringObject | |
System.Boolean | aNeedsGC | |
System.Boolean | debugEnabled |
Execute(Il2cpuMethodInfo, ILOpCode)
Declaration
public override void Execute(Il2cpuMethodInfo aMethod, ILOpCode aOpCode)
Parameters
Type | Name | Description |
---|---|---|
Il2cpuMethodInfo | aMethod | |
ILOpCode | aOpCode |