共用方式為


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

屬性值

應用程式的目標運行時間資訊。

適用於