طريقة System::GC::GetTotalAllocatedBytes
GC::GetTotalAllocatedBytes method
يعيد إجمالي البايتات المخصصة.
static int64_t System::GC::GetTotalAllocatedBytes(bool precise=false)
| Parameter | Type | الوصف |
|---|---|---|
| precise | bool | IGNORED |
ReturnValue
عدد البايتات من الذاكرة الخاصة التي تم تخصيصها حاليًا من قبل العملية الحالية.
ملاحظات
هذا تنفيذ تجريبي لطريقة .NET
انظر أيضًا
- Class GC
- Namespace System
- Library Aspose.Page for C++