IDebugSession3.ConnectToServerEx 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.
public:
int ConnectToServerEx(System::String ^ szServerName, Microsoft::VisualStudio::Debugger::Interop::CONNECT_REASON ConnectReason, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugCoreServer3 ^ % ppServer);
public int ConnectToServerEx(string szServerName, Microsoft.VisualStudio.Debugger.Interop.CONNECT_REASON ConnectReason, out Microsoft.VisualStudio.Debugger.Interop.IDebugCoreServer3 ppServer);
abstract member ConnectToServerEx : string * Microsoft.VisualStudio.Debugger.Interop.CONNECT_REASON * IDebugCoreServer3 -> int
Public Function ConnectToServerEx (szServerName As String, ConnectReason As CONNECT_REASON, ByRef ppServer As IDebugCoreServer3) As Integer
Parameters
- szServerName
- String
- ConnectReason
- CONNECT_REASON
- ppServer
- IDebugCoreServer3