SysCOM Class [AX 2012]
| Method | Description | |
|---|---|---|
| attach | Attaches an instance of the COM class to a COM interface. (Inherited from COM.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| detach | Detaches a COM object from the class that it was associated with. (Inherited from COM.) |
| dispatch | Reserved. Do not explicitly call this method. (Inherited from COM.) |
| documentationName | Returns the textual name of the COM object that is associated with the instance of the COM class. (Inherited from COM.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| error | Returns a COMError object that is associated with the instance of the COM class. (Inherited from COM.) |
| finalize | Frees resources that are associated with the instance of the COM class. (Inherited from COM.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| interface | Returns the interface that is associated with the COM object. (Inherited from COM.) |
| lcid | (Inherited from COM.) |
| new | Creates an instance of the COM class that can be attached to the COM class and optionally instantiates a COM object on a specified computer. (Inherited from COM.) |
| 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.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the instance of the COM class. (Inherited from COM.) |
| 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.) |
| ::constructDSO |
Community Additions
ADD
Show: