VersionInfo クラス
ExapisSOPのバージョン情報を取得します。 このクラスは静的です。
継承
System.Object
VersionInfo
継承されたメンバー
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
名前空間: ExapisSOP
アセンブリ: ExapisSOP.dll
構文
public static class VersionInfo
フィールド 一覧
| 編集/提案 ソースを表示Caption
バージョン情報を含んだExapisSOPの題名を取得します。
宣言
public static readonly string Caption
フィールド値
型 | 説明 |
---|---|
System.String |
GuidString
このアセンブリの一意識別子の文字列形式を取得します。
宣言
public const string GuidString = "CADEBD58-D8EC-4F5B-B094-227BE98EF4C8"
フィールド値
型 | 説明 |
---|---|
System.String |
Name
このライブラリの名前を表す定数です。
宣言
public const string Name = "ExapisSOP"
フィールド値
型 | 説明 |
---|---|
System.String |
プロパティ 一覧
| 編集/提案 ソースを表示CodeName
ExapisSOPの開発コード名を取得します。
宣言
public static string CodeName { get; }
プロパティ値
型 | 説明 |
---|---|
System.String |
Copyright
ExapisSOPの著作権表記を取得します。
宣言
public static string Copyright { get; }
プロパティ値
型 | 説明 |
---|---|
System.String |
Developers
ExapisSOPの開発者を取得します。
宣言
public static string Developers { get; }
プロパティ値
型 | 説明 |
---|---|
System.String |
Guid
このアセンブリの一意識別子を取得します。
宣言
public static Guid Guid { get; }
プロパティ値
型 | 説明 |
---|---|
System.Guid |
SystemType
現在実行中のプログラムのシステムの種類を取得します。
宣言
public static string SystemType { get; }
プロパティ値
型 | 説明 |
---|---|
System.String |
Version
現在のバージョンを表すオブジェクトを取得します。
宣言
public static Version Version { get; }
プロパティ値
型 | 説明 |
---|---|
System.Version |
VersionString
現在のバージョンの文字列形式を取得します。
宣言
public static string VersionString { get; }
プロパティ値
型 | 説明 |
---|---|
System.String |