ApplicationBase.Info プロパティ

定義

バージョン番号、説明、読み込まれているアセンブリなど、アプリケーションのアセンブリに関する情報を取得するためのプロパティを提供するオブジェクトを取得します。

public:
 property Microsoft::VisualBasic::ApplicationServices::AssemblyInfo ^ Info { Microsoft::VisualBasic::ApplicationServices::AssemblyInfo ^ get(); };
public Microsoft.VisualBasic.ApplicationServices.AssemblyInfo Info { get; }
member this.Info : Microsoft.VisualBasic.ApplicationServices.AssemblyInfo
Public ReadOnly Property Info As AssemblyInfo

プロパティ値

現在のアプリケーションの AssemblyInfo オブジェクト。

この例では、 プロパティを My.Application.Info.Version 使用して、アプリケーションのバージョンを表示します。

MsgBox("Application version: " & My.Application.Info.Version.ToString)

適用対象

こちらもご覧ください