CRegistry:Close
The Close method closes the registry key and deletes the instance of the CRegistry object. The delete and Close methods are equivalent. These two methods close the key opened using the new and Open methods, which also are equivalent. Call Close when you are finished using the instance of CRegistry.
CRegistry:Close( sKeyName )
|
-- open the key named "(Script) MyKey". |
|
-- do something with the registry. |
|
-- close the key and delete the CRegistry object. |