[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Opens the Windows registry key Tab=System [Property] RegistryHive=Represents the possible values for a top-level node|14|1|ClassesRoot,CurrentUser,LocalMachine,Users,Performance,CurrentConfig,DynData RegistryView=Specifies which registry view to target on a 64-bit operating system|14|0|Default,Registry64,Registry32 MachineName=Sets the name of the remote machine|2| [Methods] doOpen=Opens a registry key that represents the requested key on the local machine with the specified view|1|0 doClose=Closes the key and flushes it to disk if its contents have been modified|1|0 *doOpenRemote=Opens a new registry key that represents the requested key on a remote machine with the specified view|1|0 *doFromHandle=Creates a registry key by a specified handle and registry view setting|1|0 *doDispose=Releases all resources used by the current instance of the RegistryKey class|1|0 *doFlush=Writes all the attributes of the specified open registry key into the registry|1|0 onRegistryKey=Occurs after the opening of the key and writes it to the flow ARG(key)|2| onError=If an error occurs, an error message appears ARG(Error message)|2|2 RegistryKey=Returns the registry key, or null reference if the operation failed|3| *SubKeyNames=Returns an array of strings that contains all the subkey names|3|13 *ValueNames=Returns an array of strings that contains all the value names associated with this key|3|13 *Handle=Returns a SafeRegistryHandle object that represents the registry key that the current RegistryKey object encapsulates|3| *Name=Returns the name of the key|3|2 *SubKeyCount=Returns the count of subkeys of the current key|3|1 *ValueCount=Returns the count of values in the key|3|1 *View=Returns the view that was used to create the registry key|3| MachineName=Defines the name of the remote machine|4|2 RegistryHandle=Defines a SafeRegistryHandle object|4|