C# Class Wire.Compilation.IlWriteField

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

Méthodes publiques

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

Method Details

Emit() public méthode

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

IlWriteField() public méthode

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

Type() public méthode

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