C# Class Boo.Lang.Runtime.SetFieldEmitter

Inheritance: DispatcherEmitter
Show file Open project: boo/boo-lang

Public Methods

Method Description
SetFieldEmitter ( FieldInfo field, Type argumentType ) : System

Protected Methods

Method Description
EmitMethodBody ( ) : void

Private Methods

Method Description
EmitLoadValue ( ) : void

Method Details

EmitMethodBody() protected method

protected EmitMethodBody ( ) : void
return void

SetFieldEmitter() public method

public SetFieldEmitter ( FieldInfo field, Type argumentType ) : System
field System.Reflection.FieldInfo
argumentType System.Type
return System