DependencyContext.Target 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取有关应用程序的目标运行时的信息。
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
属性值
应用程序的目标运行时信息。