Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DictClass class provides information about a class.
Syntax
class DictClass extends Object
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
callObject | Calls a method on an object. |
![]() |
callStatic | Calls a static method. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
extend | Provides the ID for the class that a specified class extends. |
![]() |
extendedBy | Provides a List object for the classes that extend a specified class. |
![]() |
getAllAttributes | Retrieves the full set of attributes for the class. |
![]() |
getAttribute | Gets the first matching attribute from the class header metadata, creates an instance of the Object class that represents it, and returns it. |
![]() |
getAttributes | |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
id | Provides the ID for a specified class. |
![]() |
implements | Provides the ID for a specified interface that a class implements. |
![]() |
implementsCnt | Indicates the number of interfaces that a class implements. |
![]() |
isAbstract | Indicates whether a class is abstract. |
![]() |
isFinal | Indicates whether a class is final. |
![]() |
isInterface | Indicates whether an object is an interface. |
![]() |
isKernel | Indicates whether a class is a kernel class. |
![]() |
isRunable | Indicates whether a class can be run. |
![]() |
makeObject | Creates an object. |
![]() |
name | Provides the name of a class. |
![]() |
new | Initializes a new instance of the Object class. (Overrides the new Method.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectMethod | Provides the name of a specified instance method in a class. |
![]() |
objectMethodCnt | Indicates the number of instance methods in a class. |
![]() |
objectMethodObject | Provides information about a specified instance method in a class by returning a DictMethod object. |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
RunMode | Specifies where a class is executed. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
staticMethod | Provides the name of a specified static method in a class. |
![]() |
staticMethodCnt | Indicates the number of static methods in a class. |
![]() |
staticMethodObject | Provides information about a specified static method in a class by returning a DictMethod object. |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::getAttributedClasses |
Top
Inheritance Hierarchy
Object Class
DictClass Class
SysDictClass Class