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