C# 클래스 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.
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
emit ( Emitter emitter, FPod pod ) : void
load ( System assembly, FPod pod ) : Type

비공개 메소드들

메소드 설명
initFields ( FPod pod, System type ) : void

메소드 상세

emit() 공개 정적인 메소드

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

load() 공개 정적인 메소드

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