Unload method
- Last UpdatedJul 23, 2024
- 1 minute read
Unload the object cache, releasing internal resources obtained by the object during operations. After executing this method, the object is still available. Internal resources will be reloaded as necessary.
Class
ITemplate
Syntax
[C#]
void Unload();
[Visual C++]
// Unloads the gObject cache. This method does not
// affect functionality. It is used to release
// internal resources obtained by the object during
// operations.
// After this method is called, the object is still
// usable and will reload the internal resources as
// needed.
HRESULT Unload();