DkmClrType.FunctionPointerReturnType Property

Definition

[Optional] If the current type is a function pointer, specifies the return type of the function pointer.

This API was introduced in Visual Studio 14 Update 1 (DkmApiVersion.VS14Update1).

public:
 property Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ FunctionPointerReturnType { Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ FunctionPointerReturnType { Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ get(); };
public Microsoft.VisualStudio.Debugger.Clr.DkmClrType FunctionPointerReturnType { get; }
member this.FunctionPointerReturnType : Microsoft.VisualStudio.Debugger.Clr.DkmClrType
Public ReadOnly Property FunctionPointerReturnType As DkmClrType

Property Value

Applies to