DkmNativeCppEnumValue.Create(String, UInt64) 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 DkmNativeCppEnumValue object instance.
Location constraint: API must be called from an IDE component (component level > 100,000).
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
static Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppEnumValue ^ Create(System::String ^ Name, System::UInt64 Value);
public:
static Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppEnumValue ^ Create(Platform::String ^ Name, unsigned long long Value);
static Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppEnumValue Create(std::wstring const & Name, unsigned long Value);
public static Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppEnumValue Create (string Name, ulong Value);
static member Create : string * uint64 -> Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppEnumValue
Public Shared Function Create (Name As String, Value As ULong) As DkmNativeCppEnumValue
Parameters
- Name
- String
[In] The name of this constant.
- Value
- UInt64
[In] The value of this constant.
Returns
[Out] Result of this method call.