> ## 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.

# バージョン情報 (xbVersionInfo.exe)

> バージョン情報 (xbVersionInfo.exe)

このツールを使用して、バイナリ ファイル、現在インストールされている GXDK および XDK ツール、または開発 PC に現在インストールされている開発機に関する Gaming eXtensions Development Kit (GXDK) および XBOX One XDK のバージョン情報を表示します。

| 列 1                                                   |
| ----------------------------------------------------- |
| **xbversioninfo** \[/F:file] \[/Tools] \[/GXDK] \[/B] |

| オプション   | 説明                                                                                                                                          |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| /F:file | このバイナリ ファイルのビルドに使用された開発機を示すバージョン情報を表示します。この操作は、開発機を使用してビルドされたバイナリ ファイルに対してのみ有効です。**注:** **/F** は **/GDK** や **/Tools** スイッチと共に使用することはできません。 |
| /Tools  | 現在インストールされている Gaming eXtensions Development Kit (GXDK) および XDK ツールのバージョン情報を表示します。                                                           |
| /GDK    | 現在インストールされている開発機のバージョン情報を表示します。                                                                                                             |
| /B      | シンプルな出力形式を使用します。                                                                                                                            |

<a id="ID4EYB" />

## 例

```
XBVERSIONINFO /F:mygame.exe
XBVERSIONINFO /F:mygame.exe /B
XBVERSIONINFO /GDK
XBVERSIONINFO /GDK /B  
```

<a id="ID4E5B" />

## 関連項目

[コマンドライン ツール](/tools/tools-console/commandlinetools/commandlinetools)


## Related topics

- [コンソール開発用のコマンド ライン ツール](/ja-jp/tools/tools-console/commandlinetools/commandlinetools.md)
- [XVersion](/ja-jp/reference/system/xgameruntimetypes/structs/xversion.md)
- [XtfGetTitleOSFourPartVersion](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfgettitleosfourpartversion-xtfapi-xbox-windows-m.md)
- [packageutil.exe](/ja-jp/build/core-features/common/packaging/deployment/packageutil.md)
- [XtfStartTitleOSByVersion](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfstarttitleosbyversion-xtfapi-xbox-windows-m.md)
