Table of Contents

Class PublishedCommandSourceContext

Namespace
OneImlx.Terminal.Dynamics
Assembly
OneImlx.Terminal.dll

The context for PublishedCommandSource

public sealed class PublishedCommandSourceContext
Inheritance
PublishedCommandSourceContext
Inherited Members

Constructors

PublishedCommandSourceContext()

Initializes a new instance.

public PublishedCommandSourceContext()

Properties

PublishedAssemblies

The collection of published assembly with extension and its publish folder.

public Dictionary<string, string> PublishedAssemblies { get; }

Property Value

Dictionary<string, string>

Remarks

Key is the published assembly file name with extension, and value is its publish folder that contains all the dependencies and the assembly itself.