Show / Hide Table of Contents

Class IrFieldAccess

Represents a field access operation in the IR.

Inheritance
object
IrNode
IrFieldAccess
Inherited Members
IrNode.Line
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public class IrFieldAccess : IrNode

Fields

FieldName

Gets or sets the name of the field being accessed.

Declaration
public required string FieldName
Field Value
Type Description
string

Target

Gets or sets the target object whose field is being accessed.

Declaration
public required IrNode Target
Field Value
Type Description
IrNode
In this article
Back to top Generated by DocFX