DkmStepper.CurrentMethodName Property

Definition

[Optional] In managed debugging, it contains current method name. Otherwise it is NULL.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

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

Property Value

Applies to