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.
Provides methods that inspect an application domain's memory and CPU usage.
Methods
| Method | Description |
|---|---|
| GetCurrentAllocated Method | Gets the total size, in bytes, of all memory allocations that have been made by the application domain since it was created, without subtracting memory that has been garbage-collected. |
| GetCurrentSurvived Method | Gets the number of bytes that survived the last full, blocking garbage collection and that are referenced by the current application domain. |
| GetCurrentCpuTime Method | Gets the total processor time that has been used by all threads while executing in the current application domain, since the application domain was created. |
Remarks
The ICLRAppDomainResourceMonitor interface provides functionality that is similar to the following managed properties:
Requirements
Platforms: See System Requirements.
Header: MetaHost.h
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: Available since 4
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.