DkmGetMethodNameAsyncResult(String) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmLanguageInstructionAddress.GetMethodName.

public:
 DkmGetMethodNameAsyncResult(System::String ^ MethodName);
public DkmGetMethodNameAsyncResult (string MethodName);
new Microsoft.VisualStudio.Debugger.Evaluation.DkmGetMethodNameAsyncResult : string -> Microsoft.VisualStudio.Debugger.Evaluation.DkmGetMethodNameAsyncResult
Public Sub New (MethodName As String)

Parameters

MethodName
String

[In] Language's representation of the name of this method.

Applies to