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

# XSystem

> XSystem

# XSystem

XSystem API のリファレンス資料。

## Functions

| 関数                                                                                                         | 説明                                                                                             |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| [XSystemAllowFullDownloadBandwidth](/reference/system/xsystem/functions/xsystemallowfulldownloadbandwidth) | ゲームの実行中に、パッケージのダウンロードで使用される帯域幅を制御します。                                                          |
| [XSystemGetAnalyticsInfo](/reference/system/xsystem/functions/xsystemgetanalyticsinfo)                     | プロファイリング目的でデバイスに関する情報を提供します。                                                                   |
| [XSystemGetAppSpecificDeviceId](/reference/system/xsystem/functions/xsystemgetappspecificdeviceid)         | 呼び出し元のタイトル ID に固有の、本体からの一意の値を返します。                                                             |
| [XSystemGetConsoleId](/reference/system/xsystem/functions/xsystemgetconsoleid)                             | 現在の本体の ID を返します。                                                                               |
| [XSystemGetDeviceType](/reference/system/xsystem/functions/xsystemgetdevicetype)                           | 現在使用中のデバイスに対応する [XSystemDeviceType](/reference/system/xsystem/enums/xsystemdevicetype) 値を返します。 |
| [XSystemGetRuntimeInfo](/reference/system/xsystem/functions/xsystemgetruntimeinfo)                         | ゲーム ランタイム サービスの現在および利用可能なバージョンに関する情報を提供します。                                                    |
| [XSystemGetXboxLiveSandboxId](/reference/system/xsystem/functions/xsystemgetxboxlivesandboxid)             | XBOX Live サンドボックス ID を取得します。                                                                   |
| [XSystemHandleCallback](/reference/system/xsystem/functions/xsystemhandlecallback)                         | GRTS ハンドルが作成または破棄されたときに呼び出されるコールバック。                                                           |
| [XSystemHandleTrack](/reference/system/xsystem/functions/xsystemhandletrack)                               | Gaming Runtime のハンドル ライフタイム イベントを追跡するコールバックを登録します。                                             |
| [XSystemIsHandleValid](/reference/system/xsystem/functions/xsystemishandlevalid)                           | ハンドルが Gaming Runtime 内で有効かどうかを確認します。                                                           |

## Structures

| 構造体                                                                            | 説明                         |
| ------------------------------------------------------------------------------ | -------------------------- |
| [XSystemAnalyticsInfo](/reference/system/xsystem/structs/xsystemanalyticsinfo) | デバイスに関する情報を表します。           |
| [XSystemRuntimeInfo](/reference/system/xsystem/structs/xsystemruntimeinfo)     | ゲーム ランタイム サービスに関する情報を表します。 |

## Enumerations

| 列挙型                                                                                        | 説明                                                                                                               |
| ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
| [XSystemDeviceType](/reference/system/xsystem/enums/xsystemdevicetype)                     | [XSystemGetDeviceType](/reference/system/xsystem/functions/xsystemgetdevicetype) の呼び出しによって返されるシステム デバイスの種類を示します。 |
| [XSystemHandleCallbackReason](/reference/system/xsystem/enums/xsystemhandlecallbackreason) | ハンドル追跡コールバックが呼び出された理由。                                                                                           |
| [XSystemHandleType](/reference/system/xsystem/enums/xsystemhandletype)                     | 作成または破棄されたハンドルの種類。                                                                                               |

## Conceptual documentation

* [タイム センシティブ スレッド](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/overviews/threads/time-sensitive-threads)
* [Unity プロジェクトで GDK API 用の C# ラッパーを使用する](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/pc-dev/tutorials/get-started-with-unity-pc/features/gdk-unity-api-wrappers)

## See also

[System API リファレンス](/reference/system/gc-reference-system-toc)


## Related topics

- [XSystemAnalyticsInfo](/ja-jp/reference/system/xsystem/structs/xsystemanalyticsinfo.md)
- [XSystemRuntimeInfo](/ja-jp/reference/system/xsystem/structs/xsystemruntimeinfo.md)
- [XSystemHandleTrack](/ja-jp/reference/system/xsystem/functions/xsystemhandletrack.md)
- [XSystemHandleCallback](/ja-jp/reference/system/xsystem/functions/xsystemhandlecallback.md)
- [XSystemDeviceType](/ja-jp/reference/system/xsystem/enums/xsystemdevicetype.md)
