Share via


DkmNativeCppFunctionType.ObjectPointerType Property

Definition

[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

Property Value

Applies to