# DetailedGrainStatistic

Package: [Microsoft.Orleans.Core](/orleans/docs/api/csharp/microsoft.orleans.core/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Core) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Statistics/SiloRuntimeStatistics.cs#L149)

```csharp
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class DetailedGrainStatistic
```

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## Constructors

- [DetailedGrainStatistic](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.detailedgrainstatistic/constructors/constructor-98a8b343/)

## Properties

- [GrainId](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.detailedgrainstatistic/properties/grainid-5c25e5c5/)
- [GrainType](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.detailedgrainstatistic/properties/graintype-347aa5a1/)
- [SiloAddress](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.detailedgrainstatistic/properties/siloaddress-c911b04f/)
