Table of Contents

Class BundleInfoView

Namespace
AT.Librarys.Container
Assembly
AT.Librarys.Container.dll

模块信息 界面显示类型

public class BundleInfoView
Inheritance
BundleInfoView
Inherited Members
Extension Methods

Properties

ActivatorFullName

激活器全称

public string ActivatorFullName { get; set; }

Property Value

string

ActivatorPolicy

激活器策略 立即激活和晚激活

public string ActivatorPolicy { get; set; }

Property Value

string

ExtensionPoints

扩展点

public List<ExtensionPointMode> ExtensionPoints { get; set; }

Property Value

List<ExtensionPointMode>

Extensions

扩展

public List<ExtensionMode> Extensions { get; set; }

Property Value

List<ExtensionMode>

HostBundleSymbolicName

宿主特征名称

public string HostBundleSymbolicName { get; set; }

Property Value

string

InitializedState

初始状态 安装状态和激活状态

public string InitializedState { get; set; }

Property Value

string

Name

名称

public string Name { get; set; }

Property Value

string

Path

所在目录

public string Path { get; set; }

Property Value

string

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

string

SymbolicName

特征名称

public string SymbolicName { get; set; }

Property Value

string

Version

当前版本

public string Version { get; set; }

Property Value

string

VersionUpdate

可更新版本

public string VersionUpdate { get; set; }

Property Value

string