GCGenerationInfo Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the size and the fragmenation of a generation on entry and on exit of the GC reported in GCMemoryInfo.
public value class GCGenerationInfo
public readonly struct GCGenerationInfo
type GCGenerationInfo = struct
Public Structure GCGenerationInfo
- Inheritance
Properties
FragmentationAfterBytes |
Gets the fragmentation in bytes on exit from the reported collection. |
FragmentationBeforeBytes |
Gets the fragmentation in bytes on entry to the reported collection. |
SizeAfterBytes |
Gets the size in bytes on exit from the reported collection. |
SizeBeforeBytes |
Gets the size in bytes on entry to the reported collection. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.