C# Class Fanx.Fcode.FSlot

FSlot is the read/write fcode representation of sys::Slot.
Show file Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_attrs FAttrs
m_flags int
m_name string

Public Methods

Method Description
isStatic ( ) : bool

Protected Methods

Method Description
readAttrs ( FStore input ) : void
readCommon ( FStore input ) : void

Method Details

isStatic() public method

public isStatic ( ) : bool
return bool

readAttrs() protected method

protected readAttrs ( FStore input ) : void
input FStore
return void

readCommon() protected method

protected readCommon ( FStore input ) : void
input FStore
return void

Property Details

m_attrs public property

public FAttrs,Fanx.Fcode m_attrs
return FAttrs

m_flags public property

public int m_flags
return int

m_name public property

public string m_name
return string