C# Class Fanx.Emit.FPodEmit

FPodEmit translates FPod fcode to IL as a class called .$Pod. The pod class itself defines all the constants used by it's types.
Mostrar archivo Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
emit ( Emitter emitter, FPod pod ) : void
load ( System assembly, FPod pod ) : Type

Private Methods

Method Description
initFields ( FPod pod, System type ) : void

Method Details

emit() public static method

public static emit ( Emitter emitter, FPod pod ) : void
emitter Emitter
pod Fanx.Fcode.FPod
return void

load() public static method

public static load ( System assembly, FPod pod ) : Type
assembly System
pod Fanx.Fcode.FPod
return System.Type