Click or drag to resize

AllocationProfilingSettings Properties

The AllocationProfilingSettings type exposes the following members.

Properties
  NameDescription
Public propertyrecordEach
Record each N-th object allocation. Use 0 to limit by sizeLimit only. null means default value.
Public propertysizeLimit
Record allocation of object with shallow size >= sizeLimit. The value is specified in bytes. null means default value.
Top
See Also