DkmRegistryTweak.Create(String, UInt32) Method

Definition

Create a new DkmRegistryTweak object instance.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 static Microsoft::VisualStudio::Debugger::DkmRegistryTweak ^ Create(System::String ^ ValueName, System::UInt32 Data);
public:
 static Microsoft::VisualStudio::Debugger::DkmRegistryTweak ^ Create(Platform::String ^ ValueName, unsigned int Data);
 static Microsoft::VisualStudio::Debugger::DkmRegistryTweak Create(std::wstring const & ValueName, unsigned int Data);
public static Microsoft.VisualStudio.Debugger.DkmRegistryTweak Create (string ValueName, uint Data);
static member Create : string * uint32 -> Microsoft.VisualStudio.Debugger.DkmRegistryTweak
Public Shared Function Create (ValueName As String, Data As UInteger) As DkmRegistryTweak

Parameters

ValueName
String

[In] The name of the registry value that specifies this tweak.

Data
UInt32

[In] The value of this tweak in the registry.

Returns

[Out] Result of this method call.

Applies to