C# Class openABAP.Compiler.Field

references to a field of a class. implements interface IfVariable and IfValue which makes it accessable by WRTE, MOVE, COMPUTE, ...
Inheritance: IfVariable
Mostrar archivo Open project: bi-tm/openABAP Class Usage Examples

Public Methods

Method Description
Field ( FieldInfo fi ) : System
GetRuntimeType ( ) : Type
PushFormattedString ( ILGenerator il ) : void
PushValue ( ILGenerator il ) : void

Method Details

Field() public method

public Field ( FieldInfo fi ) : System
fi System.Reflection.FieldInfo
return System

GetRuntimeType() public method

public GetRuntimeType ( ) : Type
return System.Type

PushFormattedString() public method

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

PushValue() public method

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