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