Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

ClassList – PB Docs 2019 – PowerBuilder Library

ClassList – PB Docs 2019

ClassList

PowerScript function

Description

Provides a list of the classes included in a performance analysis
model.

Applies to

Profiling object

Syntax

Argument

Description

instancename

Instance name of the Profiling object.

list

An unbounded array variable of datatype ProfileClass in
which ClassList stores a ProfileClass object for each class
included in the model. This argument is passed by
reference.

Return value

ErrorReturn. Returns one of the following values:

  • Success! — The function succeeded

  • ModelNotExistsError! — The function failed because no model
    exists

Usage

You use the ClassList function to extract a list of the classes
included in a performance analysis model. You must have previously created
the performance analysis model from a trace file using the BuildModel
function. Each class listed is defined as a ProfileClass object and
provides the class name, its parent class and type, and a list of the
routines associated with that class. The classes are listed in no
particular order.

Examples

This example lists the classes included in the performance analysis
model:

See also

BuildModel


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x