Name: | ClassInfo |
Version: | 1.0 |
ID: | ID_CLASSINFO |
Status: | Beta |
Category: | System |
Date: | August 2004 |
Author: | Rocklyte Systems |
Copyright: | Rocklyte Systems (c) 2004. All rights reserved. |
Short: | Provides support for scanning classes and objects in the system. |
The ClassInfo class is provided for object script developers that need to be able to scan the system for classes and retrieve information on the objects that they have allocated.
The ClassInfo class supports the following actions:
GetUnlistedField Support is provided for unlisted fields. Refresh Refreshes the list of objects associated with the class.
The ClassInfo object consists of the following public fields:
Class The name of the class to be targetted. ClassID The ID of the class to be targetted. Objects Lists all objects by ID number. TotalObjects The total number of objects listed in the Objects array.
Field: | Class | |
Short: | The name of the class to be targetted. | |
Type: | STRING | |
Status: | Get/Set | |
|
Field: | ClassID | |
Short: | The ID of the class to be targetted. | |
Type: | STRING | |
Status: | Read/Set | |
|
Field: | Objects | |
Short: | Lists all objects by ID number. | |
Type: | OBJECTID * | |
Status: | Read | |
|
Field: | TotalObjects | |
Short: | The total number of objects listed in the Objects array. | |
Type: | LONG | |
Status: | Read | |
|