C# 클래스 openABAP.Compiler.Field

references to a field of a class. implements interface IfVariable and IfValue which makes it accessable by WRTE, MOVE, COMPUTE, ...
상속: IfVariable
파일 보기 프로젝트 열기: bi-tm/openABAP 1 사용 예제들

공개 메소드들

메소드 설명
Field ( FieldInfo fi ) : System
GetRuntimeType ( ) : Type
PushFormattedString ( ILGenerator il ) : void
PushValue ( ILGenerator il ) : void

메소드 상세

Field() 공개 메소드

public Field ( FieldInfo fi ) : System
fi System.Reflection.FieldInfo
리턴 System

GetRuntimeType() 공개 메소드

public GetRuntimeType ( ) : Type
리턴 System.Type

PushFormattedString() 공개 메소드

public PushFormattedString ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
리턴 void

PushValue() 공개 메소드

public PushValue ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
리턴 void