C# 클래스 Fanx.Fcode.FType

파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_attrs FAttrs
m_base int
m_fields Fanx.Fcode.FField[]
m_flags int
m_hollow bool
m_methods Fanx.Fcode.FMethod[]
m_mixins int[]
m_pod FPod
m_self int

공개 메소드들

메소드 설명
FType ( FPod pod ) : System
filename ( ) : string
read ( ) : void
read ( FStore input ) : void
readMeta ( FStore input ) : FType

메소드 상세

FType() 공개 메소드

public FType ( FPod pod ) : System
pod FPod
리턴 System

filename() 공개 메소드

public filename ( ) : string
리턴 string

read() 공개 메소드

public read ( ) : void
리턴 void

read() 공개 메소드

public read ( FStore input ) : void
input FStore
리턴 void

readMeta() 공개 메소드

public readMeta ( FStore input ) : FType
input FStore
리턴 FType

프로퍼티 상세

m_attrs 공개적으로 프로퍼티

public FAttrs,Fanx.Fcode m_attrs
리턴 FAttrs

m_base 공개적으로 프로퍼티

public int m_base
리턴 int

m_fields 공개적으로 프로퍼티

public FField[],Fanx.Fcode m_fields
리턴 Fanx.Fcode.FField[]

m_flags 공개적으로 프로퍼티

public int m_flags
리턴 int

m_hollow 공개적으로 프로퍼티

public bool m_hollow
리턴 bool

m_methods 공개적으로 프로퍼티

public FMethod[],Fanx.Fcode m_methods
리턴 Fanx.Fcode.FMethod[]

m_mixins 공개적으로 프로퍼티

public int[] m_mixins
리턴 int[]

m_pod 공개적으로 프로퍼티

public FPod,Fanx.Fcode m_pod
리턴 FPod

m_self 공개적으로 프로퍼티

public int m_self
리턴 int