C# Класс PRI.ProductivityExtensions.ReflectionExtensions.ILGeneratorable

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

EmitBackingFieldGetter() публичный статический Метод

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
Результат void

EmitBackingFieldSetter() публичный статический Метод

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
Результат void