次の方法で共有


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)

2 つの SecurityInsightsRegistryHive 値が同じかどうかを判断します。

Implicit(String to SecurityInsightsRegistryHive)

文字列を SecurityInsightsRegistryHive に変換します。

Inequality(SecurityInsightsRegistryHive, SecurityInsightsRegistryHive)

2 つの SecurityInsightsRegistryHive 値が同じでないかどうかを判断します。

適用対象