UtilityContextExtensions クラス
IContextの機能を拡張します。 このクラスは静的です。
継承
System.Object
UtilityContextExtensions
継承されたメンバー
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.Utils
アセンブリ: ExapisSOP.Utils.dll
構文
public static class UtilityContextExtensions
メソッド 一覧
| 編集/提案 ソースを表示GetUtility(IContext)
サービスリストから最初に見つかったIUtilityServiceを取得します。
宣言
public static IUtilityService GetUtility(this IContext context)
引数
型 | 名前 | 説明 |
---|---|---|
IContext | context | 現在の文脈情報です。 |
戻り値
型 | 説明 |
---|---|
IUtilityService | IUtilityServiceを実装したサービスオブジェクトです。 |