 | RegAccess(RegistryRoot) constructor |
Parameterised structure, expects a RegistryRoot.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.RegAccess (in NetEti.RegAccess.dll) Version: 1.0.0+3058b4495e47cf04ccc2758883ed79dc29ef784f
Syntaxpublic RegAccess(
RegistryRoot initRegRoot
)
Public Sub New (
initRegRoot As RegistryRoot
)
public:
RegAccess(
RegistryRoot initRegRoot
)
new :
initRegRoot : RegistryRoot -> RegAccess
Parameters
- initRegRoot RegistryRoot
- The RegistryRoot to be used for the time being
See also