DkmStackFrame.ReturnType Property

Definition

[Optional] Name of the stack frame's return type. This is only provided when DkmFrameNameFormatOptions.ReturnTypeField is set.

public:
 property System::String ^ ReturnType { System::String ^ get(); };
public:
 property Platform::String ^ ReturnType { Platform::String ^ get(); };
public string ReturnType { get; }
public string? ReturnType { get; }
member this.ReturnType : string
Public ReadOnly Property ReturnType As String

Property Value

Returns String.

Applies to