Class BundleInfoView
模块信息 界面显示类型
public class BundleInfoView
- Inheritance
-
BundleInfoView
- Inherited Members
- Extension Methods
Properties
ActivatorFullName
激活器全称
public string ActivatorFullName { get; set; }
Property Value
ActivatorPolicy
激活器策略 立即激活和晚激活
public string ActivatorPolicy { get; set; }
Property Value
ExtensionPoints
扩展点
public List<ExtensionPointMode> ExtensionPoints { get; set; }
Property Value
Extensions
扩展
public List<ExtensionMode> Extensions { get; set; }
Property Value
HostBundleSymbolicName
宿主特征名称
public string HostBundleSymbolicName { get; set; }
Property Value
InitializedState
初始状态 安装状态和激活状态
public string InitializedState { get; set; }
Property Value
Name
名称
public string Name { get; set; }
Property Value
Path
所在目录
public string Path { get; set; }
Property Value
Services
服务
public List<ServiceData> Services { get; set; }
Property Value
- List<ServiceData>
StartLevel
启动级别
public int? StartLevel { get; set; }
Property Value
- int?
State
当前状态
public string State { get; set; }
Property Value
SymbolicName
特征名称
public string SymbolicName { get; set; }
Property Value
Version
当前版本
public string Version { get; set; }
Property Value
VersionUpdate
可更新版本
public string VersionUpdate { get; set; }