DkmGetMethodNameAsyncResult(String) Constructor
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.
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.