DllClassDispose
- Last UpdatedJul 18, 2023
- 1 minute read
Use this function to clean up resources used by the .Net object and any other objects created via the use of the object.
This function is a blocking function. It blocks the calling Cicode task until the operation is complete.
Syntax
INT DllClassDispose(OBJECT Object)
Object:
.Net object.
Return Value
0 (zero) if successful, otherwise an error code is returned.
Related Functions
DllClassCreate, DllClassIsValid, DllClassCallMethod, DllClassSetProperty, DllClassGetProperty
Example
See DllClassCreate