RuntimeView¶
-
MLModule
¶ genre Inspectors
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLDiagnosis
definition mlDiagnosis.def see also Console
,CacheView
,Checksum
,CoreControl
,Info
,MLLogFile
,ModuleView
keywords type
,system
,parent
,derived
,can
,create
,instance
,class
,id
Purpose¶
The module RuntimeView
shows all currently available runtime types which are registered in the ML.
It also shows the number of runtime types, the number of base objects and the number of modules. For each type the parent type is shown (if available), whether it is a ml.Base
object, whether it is a ml.Module
type, whether it can be instantiated by the runtime type system of the ML and which DLL has used this type first.
Note that runtime types are added on runtime as the name indicates. Many types are not shown until their corresponding dynamic linked libraries are instantiated.
Two other views show the currently linked DLLs and the currently instantiated modules.
Parameter Fields¶
Field Index¶
#Base Objects Types : Integer |
Sort Mode : Enum |
#Field Types : Integer |
Table : String |
#ListBase Types : Integer |
updateModuleList : Trigger |
#Module Types : Integer |
|
#Other Types : Integer |
|
#Runtime Types : Integer |
|
Dlls : String |
|
Module List : String |
Visible Fields¶
Module List¶
-
name:
moduleList
, type:
String
, persistent:
no
¶ Shows all currently instantiated ML modules.
#Runtime Types¶
-
name:
numTypes
, type:
Integer
, persistent:
no
¶ Shows the number of available runtime types.
#Field Types¶
#ListBase Types¶
-
name:
numListTypes
, type:
Integer
, persistent:
no
¶ Shows the number of types derived from
ml.ListBase
.