DkmClrCodePath.ReturnType Property

Definition

[Optional] The return type (if any) of the code path.

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

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

Property Value

Applies to