> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# FieldInfo

> Extension methods for FieldInfo from System.Runtime

## Definition

**Assembly:** System.Runtime.dll

**Namespace:** System.Reflection

## Syntax

```csharp theme={"dark"}
System.Reflection.FieldInfo
```

## Summary

This type is defined in System.Runtime.

## Remarks

See [Microsoft documentation](https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo) for more information about the rest of the API.

## Methods

### <Icon icon="puzzle-piece" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> IsProtected <Badge color="green">Extension</Badge>

<Note>Extension method from `System.Reflection.Breakdance_Assemblies_MethodBaseExtensions`</Note>

#### Syntax

```csharp theme={"dark"}
public static bool IsProtected(System.Reflection.FieldInfo info, System.Type type)
```

#### Parameters

| Name   | Type                          | Description |
| ------ | ----------------------------- | ----------- |
| `info` | `System.Reflection.FieldInfo` | -           |
| `type` | `System.Type`                 | -           |

#### Returns

Type: `bool`
