Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies the debugger that a new connection has been created.
Syntax
HRESULT CreateConnection (
[in] ICorDebugProcess *pProcess,
[in] CONNID dwConnectionId,
[in] WCHAR *pConnName
);
Parameters
pProcess
[in] A pointer to an "ICorDebugProcess" object that represents the process in which the connection was created
dwConnectionId
[in] The ID of the new connection.
pConnName
[in] A pointer to the name of the new connection.
Remarks
A CreateConnection callback will be fired in either of the following cases:
- When a debugger attaches to a process that contains connections. In this case, the runtime will generate and dispatch a
CreateConnectionevent and a ICorDebugManagedCallback2::ChangeConnection event for each connection in the process. - When a host calls ICLRDebugManager::BeginConnection in the hosting API.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 2.0