Functions.DeleteRTRegKey 方法 | |
从 VO 注册表分支删除一个子树
命名空间:
XSharp.VO
程序集:
XSharp.VO (在 XSharp.VO.dll 中) 版本:2.22 GA
语法 FUNCTION DeleteRTRegKey(
cSubKey AS STRING
) AS LOGIC
public static bool DeleteRTRegKey(
string cSubKey
)
查看代码参数
- cSubKey
- 类型:String
返回值
类型:
Boolean
如果成功,返回TRUE;否则返回FALSE。
备注
DeleteRtRegKey() 可用于清除注册表中的设置。
它将清除以下子键:
HKEY_CURRENT_USER
\\Software
\\ComputerAssociates
\\CA-Visual Objects Applications
\\cSubkey
并可选地在
HKEY_LOCAL_MACHINE
\\Software
\\ComputerAssociates
\\CA-Visual Objects Applications
\\cSubkey
如果 cSubkey 为空 (NULL_STRING),注册表项将无子键地保存:
HKEY_LOCAL_MACHINE
\\Software
\\ComputerAssociates
\\CA-Visual Objects Applications
参见