record TResourceUsageEntry
Unit
Neslib.Clang 
Declaration
type TResourceUsageEntry = record 
Description
Entry in the IResourceUsage list 
Overview
Properties
Description
Properties
property Name: String read GetName; | 
 
| 
 
Human-readable string that represents the name of the memory category. 
 |  
 
property Amount: Integer read GetAmount; | 
 
| 
 
Amount of resources used. The units will depend on the resource kind. 
 |  
 
property Handle: TCXTUResourceUsageEntry read FHandle; | 
 
| 
 
Internal handle to C API 
 |  
 
 Generated by PasDocEx, based on PasDoc 0.14.0. 
 |