Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Represents a process that is executing managed code. This interface is a subclass of ICorDebugController.
Methods
| Method | Description |
|---|---|
| ClearCurrentException Method | Clears the current unmanaged exception on the given thread. |
| EnableLogMessages Method | Enables and disables the sending of log messages to the debugger. |
| EnumerateAppDomains Method | Enumerates all of the application domains in the process. |
| EnumerateObjects Method | Not implemented. |
| GetHandle Method | Gets a handle to the process. |
| GetHelperThreadID Method | Gets the operating system (OS) thread ID for the debugger's internal helper thread. |
| GetID Method | Gets the operating system (OS) ID of the process. |
| GetObject Method | Not implemented. |
| GetThread Method | Gets the ICorDebugThread instance that has the specified OS thread ID. |
| GetThreadContext Method | Gets the context for the given thread. |
| IsOSSuspended Method | Determines whether the thread has been suspended as a result of the debugger stopping the process. |
| IsTransitionStub Method | Determines whether an address is inside a stub that will cause a transition to managed code. |
| ModifyLogSwitch Method | Sets the severity level of the specified log switch. |
| ReadMemory Method | Reads memory from the process. |
| SetThreadContext Method | Sets the context for the given thread. |
| ThreadForFiberCookie Method | Deprecated. |
| WriteMemory Method | Writes data to an area of memory in the process. |
Remarks
Note
This interface does not support being called remotely, either cross-machine or cross-process.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.