C# Class Fanx.Fcode.FType

Show file Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
FType ( FPod pod ) : System
filename ( ) : string
read ( ) : void
read ( FStore input ) : void
readMeta ( FStore input ) : FType

Method Details

FType() public method

public FType ( FPod pod ) : System
pod FPod
return System

filename() public method

public filename ( ) : string
return string

read() public method

public read ( ) : void
return void

read() public method

public read ( FStore input ) : void
input FStore
return void

readMeta() public method

public readMeta ( FStore input ) : FType
input FStore
return FType

Property Details

m_attrs public property

public FAttrs,Fanx.Fcode m_attrs
return FAttrs

m_base public property

public int m_base
return int

m_fields public property

public FField[],Fanx.Fcode m_fields
return Fanx.Fcode.FField[]

m_flags public property

public int m_flags
return int

m_hollow public property

public bool m_hollow
return bool

m_methods public property

public FMethod[],Fanx.Fcode m_methods
return Fanx.Fcode.FMethod[]

m_mixins public property

public int[] m_mixins
return int[]

m_pod public property

public FPod,Fanx.Fcode m_pod
return FPod

m_self public property

public int m_self
return int