Udostępnij za pośrednictwem


InitDbgTransportManager Function

Initializes the transport manager to connect to a remote target for process and runtime enumeration.

HRESULT InitDbgTransportManager ();

Return Value

  • S_OK
    Success.

  • E_OUTOFMEMORY
    The function was unable to allocate memory for a transport manager.

  • E_FAIL (or other E_ return codes)
    Other failures.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CoreClrRemoteDebuggingInterfaces.h

Library: mscordbi_macx86.dll

.NET Framework Versions: 3.5 SP1

See Also

Other Resources

Debugging Global Static Functions for the Macintosh

Change History

Date

History

Reason

October 2008

Added topic.

Information enhancement.