DkmTransportConnection.GetConnections 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.
GetConnections enumerates all the created DkmTransportConnection objects.
public:
static cli::array <Microsoft::VisualStudio::Debugger::DefaultPort::DkmTransportConnection ^> ^ GetConnections();
public static Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection[] GetConnections ();
static member GetConnections : unit -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection[]
Public Shared Function GetConnections () As DkmTransportConnection()
Returns
[Out] Array containing the enumerated elements.