# FieldDescriptionEntries

> A class that houses Field Description entry data, returned by fieldDescriptions.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.Profiling.Memory.Experimental](/engine/6000.7/script-reference/unityeditor/profiling/memory/experimental.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** This API is outdated and will be removed. Please check out the Memory Profiler Package ([https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/](https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/))

```csharp
public class FieldDescriptionEntries
```

## Properties

| Property                                                                                                                                          | Description                                                                                                                                                                                        |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [fieldDescriptionName](/engine/6000.7/script-reference/unityeditor/profiling/memory/experimental/fielddescriptionentries/fielddescriptionname.md) | An array of field names.                                                                                                                                                                           |
| [isStatic](/engine/6000.7/script-reference/unityeditor/profiling/memory/experimental/fielddescriptionentries/isstatic.md)                         | True if this field is static; otherwise false.                                                                                                                                                     |
| [offset](/engine/6000.7/script-reference/unityeditor/profiling/memory/experimental/fielddescriptionentries/offset.md)                             | An array of offset values from the start of the class for the fields referenced by the fieldDescriptionName property.                                                                              |
| [typeIndex](/engine/6000.7/script-reference/unityeditor/profiling/memory/experimental/fielddescriptionentries/typeindex.md)                       | The typeIndex into [PackedMemorySnapshot.typeDescriptions](/engine/6000.7/script-reference/unityeditor/memoryprofiler/packedmemorysnapshot/typedescriptions.md) of the type this field belongs to. |

## Methods

| Method                                                                                                                              | Description                                   |
| ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| [GetNumEntries](/engine/6000.7/script-reference/unityeditor/profiling/memory/experimental/fielddescriptionentries/getnumentries.md) | Gets the number of field description entries. |
