RegistryHelper.GetValue Method
Namespace: Microsoft.VisualStudio.Services.Common.Internal
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Shared Function GetValue ( _
registryKey As SafeHandle, _
name As String, _
defaultValue As Object _
) As Object
public static Object GetValue(
SafeHandle registryKey,
string name,
Object defaultValue
)
public:
static Object^ GetValue(
SafeHandle^ registryKey,
String^ name,
Object^ defaultValue
)
static member GetValue :
registryKey:SafeHandle *
name:string *
defaultValue:Object -> Object
public static function GetValue(
registryKey : SafeHandle,
name : String,
defaultValue : Object
) : Object
Parameters
- registryKey
Type: System.Runtime.InteropServices.SafeHandle
- name
Type: System.String
- defaultValue
Type: System.Object
Return Value
Type: System.Object
.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.