DkmNativeCppInspectionSession.GetCppTypes 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.
GetCppTypes enumerates the DkmNativeCppType elements of this DkmNativeCppInspectionSession object.
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
cli::array <Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppType ^> ^ GetCppTypes();
public Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppType[] GetCppTypes ();
member this.GetCppTypes : unit -> Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppType[]
Public Function GetCppTypes () As DkmNativeCppType()
Returns
[Out] Array containing the enumerated elements.