IDebugRemoteServerFactory2.CreateServer 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 CreateServer(Microsoft::VisualStudio::Debugger::Interop::IDebugSession2 ^ pSession, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugRemoteServer2 ^ % ppRemoteServer);
public int CreateServer(Microsoft.VisualStudio.Debugger.Interop.IDebugSession2 pSession, out Microsoft.VisualStudio.Debugger.Interop.IDebugRemoteServer2 ppRemoteServer);
abstract member CreateServer : Microsoft.VisualStudio.Debugger.Interop.IDebugSession2 * IDebugRemoteServer2 -> int
Public Function CreateServer (pSession As IDebugSession2, ByRef ppRemoteServer As IDebugRemoteServer2) As Integer
Parameters
- pSession
- IDebugSession2
- ppRemoteServer
- IDebugRemoteServer2