C# Class Wire.Compilation.IlReadField

Inheritance: IlExpression
Afficher le fichier Open project: akkadotnet/Wire Class Usage Examples

Méthodes publiques

Méthode Description
Emit ( IlCompilerContext ctx ) : void
IlReadField ( FieldInfo field, IlExpression target ) : System
Type ( ) : Type

Method Details

Emit() public méthode

public Emit ( IlCompilerContext ctx ) : void
ctx IlCompilerContext
Résultat void

IlReadField() public méthode

public IlReadField ( FieldInfo field, IlExpression target ) : System
field System.Reflection.FieldInfo
target IlExpression
Résultat System

Type() public méthode

public Type ( ) : Type
Résultat System.Type