DkmNativeCppFunctionType.ObjectPointerType 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.
[Optional] If this is an instance member function, specifies the type of the 'this' pointer parameter. Otherwise, null.
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
property Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppPointerType ^ ObjectPointerType { Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppPointerType ^ get(); };
public Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppPointerType ObjectPointerType { get; }
public Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppPointerType? ObjectPointerType { get; }
member this.ObjectPointerType : Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppPointerType
Public ReadOnly Property ObjectPointerType As DkmNativeCppPointerType