C# Class Fanx.Fcode.FSlot

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

Méthodes publiques

Свойство Type Description
m_attrs FAttrs
m_flags int
m_name string

Méthodes publiques

Méthode Description
isStatic ( ) : bool

Méthodes protégées

Méthode Description
readAttrs ( FStore input ) : void
readCommon ( FStore input ) : void

Method Details

isStatic() public méthode

public isStatic ( ) : bool
Résultat bool

readAttrs() protected méthode

protected readAttrs ( FStore input ) : void
input FStore
Résultat void

readCommon() protected méthode

protected readCommon ( FStore input ) : void
input FStore
Résultat void

Property Details

m_attrs public_oe property

public FAttrs,Fanx.Fcode m_attrs
Résultat FAttrs

m_flags public_oe property

public int m_flags
Résultat int

m_name public_oe property

public string m_name
Résultat string