Self initializing constructor.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic RegKey(
RegistryHelperRegistryAccessFlags accessFlags,
UIntPtr hkey,
string keyName
)
Public Sub New (
accessFlags As RegistryHelperRegistryAccessFlags,
hkey As UIntPtr,
keyName As String
)
public:
RegKey(
RegistryHelperRegistryAccessFlags accessFlags,
UIntPtr hkey,
String^ keyName
)
Parameters
- accessFlags
- Type: MFiles.VAF.CommonRegistryHelperRegistryAccessFlags
Registry access flags. - hkey
- Type: SystemUIntPtr
Base key. - keyName
- Type: SystemString
Key name within the base key.
See Also