C# 클래스 SharpOS.AOT.IR.Operands.FieldOperand

상속: Operand
파일 보기 프로젝트 열기: sharpos/SharpOS 1 사용 예제들

공개 메소드들

메소드 설명
FieldOperand ( Field field ) : System
FieldOperand ( Field field, Operand instance ) : System

Initializes a new instance of the FieldOperand class.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

메소드 상세

FieldOperand() 공개 메소드

public FieldOperand ( Field field ) : System
field Field
리턴 System

FieldOperand() 공개 메소드

Initializes a new instance of the FieldOperand class.
public FieldOperand ( Field field, Operand instance ) : System
field Field The field.
instance Operand The instance.
리턴 System

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string