Свойство | Type | Description | |
---|---|---|---|
m_depends | Fan.Sys.Depend[] | ||
m_fcodeVersion | string | ||
m_fieldRefs | |||
m_literals | |||
m_meta | |||
m_methodRefs | |||
m_names | |||
m_podName | string | ||
m_podVersion | string | ||
m_store | |||
m_typeRefs | |||
m_types | Fanx.Fcode.FType[] |
Méthode | Description | |
---|---|---|
FPod ( string podName, |
||
fieldRef ( int index ) : |
||
methodRef ( int index ) : |
||
name ( int index ) : string | ||
ncall ( int index, int opcode ) : NMethod |
Map a fcode method signature to a .NET method emit signature.
|
|
nfield ( int index, bool mixin ) : NField |
Map a fcode field signature to a .NET field emit signature.
|
|
nname ( int index ) : string | ||
read ( ) : void |
Read from a FStore which provides random access.
|
|
readFully ( |
Read from an input stream (used for loading scripts from memory)
|
|
readLiterals ( ) : |
Read the literal constant tables (if not already loaded).
|
|
type ( string nameToFind ) : |
||
typeRef ( int index ) : |
Méthode | Description | |
---|---|---|
meta ( string key ) : string | ||
readPodMeta ( |
||
readType ( string name, |
||
readTypeMeta ( |
public FPod ( string podName, |
||
podName | string | |
store | ||
Résultat | System |
public ncall ( int index, int opcode ) : NMethod | ||
index | int | |
opcode | int | |
Résultat | NMethod |
public nfield ( int index, bool mixin ) : NField | ||
index | int | |
mixin | bool | |
Résultat | NField |
public readFully ( |
||
zip | ||
Résultat | void |