你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecurityInsightsRegistryHive 结构

定义

保存注册表项的配置单元。

public readonly struct SecurityInsightsRegistryHive : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsRegistryHive>
type SecurityInsightsRegistryHive = struct
Public Structure SecurityInsightsRegistryHive
Implements IEquatable(Of SecurityInsightsRegistryHive)
继承
SecurityInsightsRegistryHive
实现

构造函数

SecurityInsightsRegistryHive(String)

初始化 SecurityInsightsRegistryHive 的新实例。

属性

HkeyA

HKEY_A。

HkeyClassesRoot

HKEY_CLASSES_ROOT。

HkeyCurrentConfig

HKEY_CURRENT_CONFIG。

HkeyCurrentUser

HKEY_CURRENT_USER。

HkeyCurrentUserLocalSettings

HKEY_CURRENT_USER_LOCAL_SETTINGS。

HkeyLocalMachine

HKEY_LOCAL_MACHINE。

HkeyPerformanceData

HKEY_PERFORMANCE_DATA。

HkeyPerformanceNlstext

HKEY_PERFORMANCE_NLSTEXT。

HkeyPerformanceText

HKEY_PERFORMANCE_TEXT。

HkeyUsers

HKEY_USERS。

方法

Equals(SecurityInsightsRegistryHive)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(SecurityInsightsRegistryHive, SecurityInsightsRegistryHive)

确定两个 SecurityInsightsRegistryHive 值是否相同。

Implicit(String to SecurityInsightsRegistryHive)

将字符串转换为 SecurityInsightsRegistryHive

Inequality(SecurityInsightsRegistryHive, SecurityInsightsRegistryHive)

确定两个 SecurityInsightsRegistryHive 值是否不同。

适用于