• APIブラウザ
  • 設計思想
Show / Hide Table of Contents
  • ExapisSOP
    • AppWorker
    • ContextEventArgs
    • HostRunner
    • IConfiguration
    • IContext
    • IPipeline
    • IProcess
    • IProcess<TParam, TResult>
    • IService
    • TerminationEventArgs
    • TerminationException
    • TerminationReason
    • UnhandledErrorEventArgs
    • VersionInfo
  • ExapisSOP.Binary
    • DataValue
  • ExapisSOP.Core
    • ConfigurationExtensions
    • ContextExtensions
    • CustomPipelineProcess<TParam, TResult>
    • ImmutablePipeline
    • Pipeline
    • PipelineExtensions
    • PipelineExtensions.ExceptionHandler
    • PipelineExtensions.ExceptionHandler<TParam, TResult>
    • PipelineExtensions.LoggingProcess
    • PipelineExtensions.NextProcessFunc
    • PipelineExtensions.ProcessFunc
    • PipelineExtensions.ProcessFunc<TParam, TResult>
    • PipelineExtensions.ProcessFuncWrapper
    • PipelineExtensions.ProcessFuncWrapper<TParam, TResult>
  • ExapisSOP.Globalization
    • EnglishErrorReportBuilder
    • JapaneseErrorReportBuilder
  • ExapisSOP.IO
    • CachedStream
    • DefaultPath
    • FileSystemServiceOptions
    • FileSystemServiceOptionsExtensions
    • IFileSystemService
    • InvalidPathFormatException
    • IPathList
    • Paths
    • PathString
    • PathStringFormatter
  • ExapisSOP.IO.Logging
    • ConsoleLogger
    • DefaultErrorDetailProvider
    • ErrorReportBuilder
    • ExceptionRecord
    • HResultDetailProvider
    • ICustomErrorDetailProvider
    • ILogFile
    • ILoggable
    • ILogger
    • ILoggingSystemService
    • LogData
    • LogFile
    • LogFileType
    • Logger
    • LoggerExtension
    • LoggingSystemServiceOptions
    • LoggingSystemServiceOptions.CreateLogFile
    • LogLevel
    • LongMessageRecord
    • MultipleLogger
    • OutputStreamLogger
  • ExapisSOP.IO.Settings
    • CustomSettings
    • DataStore
    • DefaultSettings
    • EnvironmentSettings
    • ISettingsSystemService
    • OptimizedSettings
    • SettingsSystemServiceOptions
    • SettingsSystemServiceOptions.ConfirmVersionInfo
    • SettingsSystemServiceOptions.GetVersionInfo
  • ExapisSOP.IO.Settings.CommandLine
    • CommandLineConverter
    • CommandLineParser
    • CommandLineServiceOptions
    • CommandLineServiceOptions.CreateConverterMappingTable
    • FileNameList
    • IArgumentConverter
    • IArgumentConverter<T>
    • ICommandLineService
    • ManualAttribute
    • Option
    • Option.Value
    • OptionAttribute
    • Switch
    • SwitchAttribute
  • ExapisSOP.NativeWrapper
    • INativeCaller
    • WinAPI
  • ExapisSOP.NativeWrapper.Windows
    • Kernel32
  • ExapisSOP.Numerics
    • CryptionRandom
    • IRandom
    • LinearCongruentialGenerator
    • RandomExtension
    • SerializableRandom
    • SystemRandom
    • Xorshift
    • Xorshift2
  • ExapisSOP.Text
    • SimpleEncoding
    • SimpleString
  • ExapisSOP.Utils
    • ArrayExtensions
    • ConsoleUtil
    • DisposableBase
    • IAwaitable<T>
    • IAwaiter<T>
    • IUtilityService
    • SecureStringExtensions
    • SerializationInfoExtensions
    • StringExtensions
    • StringUtil
    • UtilityConfigurationExtensions
    • UtilityContextExtensions

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
  • 編集/提案
  • ソースを表示
Back to top Generated by DocFX