CLRObject Class
The CLRObject class holds a reference to an instance of a common language runtime (CLR) object and dispatches calls from X++ to the corresponding wrapped managed instance.
class CLRObject extends Object
|
Method |
Description |
|---|---|
|
Cancels a previous method call to the Object.setTimeOut Method. (Inherited from Object.) | |
|
Reserved. Do not explicitly call this method. | |
|
Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
|
Returns the timer handle for the object. (Inherited from Object.) | |
|
Retrieves the handle of the class of the object. (Inherited from Object.) | |
|
Overridden. Creates an instance of the CLRObject class. | |
|
Releases the hold on an object that has called a wait method on this object. (Inherited from Object.) | |
|
Releases a lock on the object that was issued by a wait method on this object. (Inherited from Object.) | |
|
Determines whether the object is on a server. (Inherited from Object.) | |
|
Returns the instance that owns the object. (Inherited from Object.) | |
|
Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) | |
|
Returns the current number of references (the value of the reference counter) that the object has. (Inherited from Object.) | |
|
Pauses a process. (Inherited from Object.) | |
|
Returns an XML string that represents the current object. (Inherited from Object.) |