DkmCompiledNativeCppValueExpression.Type Property
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.
The type of the result of the expression. This may or may not be the type of the value returned by the inspection query, depending on the value of QueryResultIsAddress.
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
property Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppType ^ Type { Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppType ^ get(); };
public Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppType Type { get; }
member this.Type : Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppType
Public ReadOnly Property Type As DkmNativeCppType