BBjFileSystem::getAddrCount
Description
In BBj 2.01 and higher, this method returns the number of public programs loaded into memory as resident programs via the ADDR verb.
Syntax
Return Value |
Method |
int |
getAddrCount() |
Parameters
None.
Return Value
Returns the number of public programs loaded into memory as resident programs.
Remarks
None.
Example
|
See Also
ADDR Verb - Load Public Program as Resident
DROP Verb - Release Memory-Resident Public Program
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.