ICorDebugRemote Interface
Biedt de mogelijkheid om een beheerd foutopsporingsprogramma te starten of te koppelen aan een extern doelproces.
Syntax
interface ICorDebugRemote : IUnknown
{
HRESULT CreateProcessEx
(
[in] ICorDebugRemoteTarget * pRemoteTarget,
[in] LPCWSTR lpApplicationName,
[in] LPWSTR lpCommandLine,
[in] LPSECURITY_ATTRIBUTES lpProcessAttributes,
[in] LPSECURITY_ATTRIBUTES lpThreadAttributes,
[in] BOOL bInheritHandles,
[in] DWORD dwCreationFlags,
[in] PVOID lpEnvironment,
[in] LPCWSTR lpCurrentDirectory,
[in] LPSTARTUPINFOW lpStartupInfo,
[in] LPPROCESS_INFORMATION lpProcessInformation,
[in] CorDebugCreateProcessFlags debuggingFlags,
[out] ICorDebugProcess ** ppProcess
);
HRESULT DebugActiveProcessEx
(
[in] ICorDebugRemoteTarget * pRemoteTarget,
[in] DWORD dwProcessId,
[in] BOOL fWin32Attach,
[out] ICorDebugProcess ** ppProcess
);
};
Methoden
Methode | Beschrijving |
---|---|
Methode ICorDebugRemote::CreateProcessEx | Hiermee maakt u een proces op een externe computer voor beheerde foutopsporing. |
Methode ICorDebugRemote::D ebugActiveProcessEx | Start een proces op een externe computer onder het foutopsporingsprogramma. |
Opmerkingen
Op dit moment wordt deze functionaliteit alleen ondersteund voor het opsporen van fouten in een silverlight-toepassingsdoel dat wordt uitgevoerd op een externe Macintosh-computer.
Vereisten
Platforms: Zie Systeemvereisten.
Header: CorDebug.idl, CorDebug.h
Bibliotheek: CorGuids.lib
.NET Framework versies: 4.5, 4, 3.5 SP1
Zie ook
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.