DkmProcess.GetRuntimeFunctionResolutionRequests 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.
GetRuntimeFunctionResolutionRequests enumerates the DkmRuntimeFunctionResolutionRequest elements of this DkmProcess object.
public:
cli::array <Microsoft::VisualStudio::Debugger::FunctionResolution::DkmRuntimeFunctionResolutionRequest ^> ^ GetRuntimeFunctionResolutionRequests();
public Microsoft.VisualStudio.Debugger.FunctionResolution.DkmRuntimeFunctionResolutionRequest[] GetRuntimeFunctionResolutionRequests ();
member this.GetRuntimeFunctionResolutionRequests : unit -> Microsoft.VisualStudio.Debugger.FunctionResolution.DkmRuntimeFunctionResolutionRequest[]
Public Function GetRuntimeFunctionResolutionRequests () As DkmRuntimeFunctionResolutionRequest()
Returns
[Out] Array containing the enumerated elements.