RegistryHelper.CheckRegistryFlag Method (RegistryAccessMask, RegistryHive, String)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.Services.Common.Internal
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Shared Function CheckRegistryFlag ( _
wowKind As RegistryAccessMask, _
hive As RegistryHive, _
keyPath As String _
) As Boolean
public static bool CheckRegistryFlag(
RegistryAccessMask wowKind,
RegistryHive hive,
string keyPath
)
public:
static bool CheckRegistryFlag(
RegistryAccessMask wowKind,
RegistryHive hive,
String^ keyPath
)
static member CheckRegistryFlag :
wowKind:RegistryAccessMask *
hive:RegistryHive *
keyPath:string -> bool
public static function CheckRegistryFlag(
wowKind : RegistryAccessMask,
hive : RegistryHive,
keyPath : String
) : boolean
Parameters
- hive
Type: Microsoft.Win32.RegistryHive
- keyPath
Type: System.String
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.