# FieldDescription

> Description of a field of a managed type.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.MemoryProfiler](/engine/6000.5/script-reference/unityeditor/memoryprofiler.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 struct FieldDescription
```

## Properties

| Property                                                                                              | Description                                                                                                                                                                                        |
| ----------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [isStatic](/engine/6000.5/script-reference/unityeditor/memoryprofiler/fielddescription/isstatic.md)   | Is this field static?                                                                                                                                                                              |
| [name](/engine/6000.5/script-reference/unityeditor/memoryprofiler/fielddescription/name.md)           | Name of this field.                                                                                                                                                                                |
| [offset](/engine/6000.5/script-reference/unityeditor/memoryprofiler/fielddescription/offset.md)       | Offset of this field.                                                                                                                                                                              |
| [typeIndex](/engine/6000.5/script-reference/unityeditor/memoryprofiler/fielddescription/typeindex.md) | The typeindex into [PackedMemorySnapshot.typeDescriptions](/engine/6000.5/script-reference/unityeditor/memoryprofiler/packedmemorysnapshot/typedescriptions.md) of the type this field belongs to. |
