C# Class PRI.ProductivityExtensions.ReflectionExtensions.ILGeneratorable

Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode Description
EmitBackingFieldGetter ( this generator, FieldInfo field ) : void

Emit code that will get the value from field

EmitBackingFieldSetter ( this generator, FieldInfo field ) : void

Emit code that will set the value field based argument on stack

Method Details

EmitBackingFieldGetter() public static méthode

Emit code that will get the value from field
public static EmitBackingFieldGetter ( this generator, FieldInfo field ) : void
generator this Generator that will emit the instructions
field System.Reflection.FieldInfo Field to read
Résultat void

EmitBackingFieldSetter() public static méthode

Emit code that will set the value field based argument on stack
public static EmitBackingFieldSetter ( this generator, FieldInfo field ) : void
generator this Generator that will emit the instructions
field System.Reflection.FieldInfo Field to write
Résultat void