次の方法で共有


DependencyContext.Target プロパティ

定義

アプリケーションのターゲット ランタイムに関する情報を取得します。

public:
 property Microsoft::Extensions::DependencyModel::TargetInfo ^ Target { Microsoft::Extensions::DependencyModel::TargetInfo ^ get(); };
public Microsoft.Extensions.DependencyModel.TargetInfo Target { get; }
member this.Target : Microsoft.Extensions.DependencyModel.TargetInfo
Public ReadOnly Property Target As TargetInfo

プロパティ値

アプリケーションのターゲット ランタイム情報。

適用対象