C# Class Fanx.Fcode.FType

Datei anzeigen 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_oe property

public FAttrs,Fanx.Fcode m_attrs
return FAttrs

m_base public_oe property

public int m_base
return int

m_fields public_oe property

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

m_flags public_oe property

public int m_flags
return int

m_hollow public_oe property

public bool m_hollow
return bool

m_methods public_oe property

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

m_mixins public_oe property

public int[] m_mixins
return int[]

m_pod public_oe property

public FPod,Fanx.Fcode m_pod
return FPod

m_self public_oe property

public int m_self
return int