# Sandbox.Package.Info

```csharp
PackageInfo Info { get; set; }
```

Strongly-typed shortcuts for the well-known data values the menu/launcher reads via
[Sandbox.Package.GetValue](/api/Sandbox.Package/GetValue). [Sandbox.PackageInfo](/api/Sandbox.PackageInfo) is a thin readonly view over this
package, so `package.Info.IsStreamerGame` allocates nothing and keeps the magic string keys
and their defaults in one place.

Declared in [Sandbox.Package](/api/Sandbox.Package).
Assembly: `Sandbox.Engine`.
