DkmGetFrameNameAsyncResult(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 DkmInspectionContext.GetFrameName.
public:
DkmGetFrameNameAsyncResult(System::String ^ FrameName);
public:
DkmGetFrameNameAsyncResult(Platform::String ^ FrameName);
DkmGetFrameNameAsyncResult(std::wstring const & FrameName);
public DkmGetFrameNameAsyncResult (string FrameName);
new Microsoft.VisualStudio.Debugger.Evaluation.DkmGetFrameNameAsyncResult : string -> Microsoft.VisualStudio.Debugger.Evaluation.DkmGetFrameNameAsyncResult
Public Sub New (FrameName As String)
Parameters
- FrameName
- String
[In] Language's representation of the name of this frame.