レジストリのサブキーを指定して、RegistryKey クラスの新しいインスタンスを初期化します。
Namespace: YiaoWang.UtilityAssembly: YiaoWang.Utility (YiaoWang.Utility.dll 内) バージョン: 2.11.5.7 (2.11.5.7)
Syntax
C# |
---|
public YWRegistry(
string name
) |
Visual Basic |
---|
Public Sub New ( _
name As String _
) |
Parameters
- name
- Type: System..::..String
開くサブキーの名前またはパス。
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentNullException | name が null 参照 (Visual Basic では Nothing) です。 |
System..::..ArgumentException | name が許容される最大長 (255 文字) を超えています。 |
System..::..ObjectDisposedException | RegistryKey が閉じています。閉じられたキーにはアクセスできません。 |
System.Security..::..SecurityException | ユーザーに、指定したモードでのレジストリ キーへのアクセスに必要なアクセス許可がありません。 |
See Also