Cicode Programming Reference > Cicode Function Categories > .Net Functions > DllClassClose

DllClassDispose

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

See Also

.Net Functions

Published June 2018