RegistryHelper.CheckRegistryFlag Method (RegistryAccessMask, RegistryHive, String, String, Int32)
[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, _
valueName As String, _
value As Integer _
) As Boolean
public static bool CheckRegistryFlag(
RegistryAccessMask wowKind,
RegistryHive hive,
string keyPath,
string valueName,
int value
)
public:
static bool CheckRegistryFlag(
RegistryAccessMask wowKind,
RegistryHive hive,
String^ keyPath,
String^ valueName,
int value
)
static member CheckRegistryFlag :
wowKind:RegistryAccessMask *
hive:RegistryHive *
keyPath:string *
valueName:string *
value:int -> bool
public static function CheckRegistryFlag(
wowKind : RegistryAccessMask,
hive : RegistryHive,
keyPath : String,
valueName : String,
value : int
) : boolean
Parameters
- hive
Type: Microsoft.Win32.RegistryHive
- keyPath
Type: System.String
- valueName
Type: System.String
- value
Type: System.Int32
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.