DkmStepper.CurrentMethodName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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