DkmRegistryTweak.Create(String, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.