IDkmClrFrameGenericParameterProvider.GetClrGenericParameters Method
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.
Gets the generic parameters for the current stack frame as a list of assembly qualified names.
public:
cli::array <System::String ^> ^ GetClrGenericParameters(Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ frame);
public:
Platform::Array <Platform::String ^> ^ GetClrGenericParameters(Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ frame);
std::Array <std::wstring const &> GetClrGenericParameters(Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame const & frame);
public string[] GetClrGenericParameters (Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame frame);
public string[]? GetClrGenericParameters (Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame frame);
abstract member GetClrGenericParameters : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame -> string[]
Public Function GetClrGenericParameters (frame As DkmStackWalkFrame) As String()
Parameters
- frame
- DkmStackWalkFrame
[In] DkmStackWalkFrame represents a frame on a call stack which has been walked, but may not have been formatted or filtered. Formatted frames are represented by DkmStackFrame instead.
Returns
[Out] The list of assembly qualified names for the type parameters, if any, followed by the method parameters, if any.