Class PublishedCommandSourceContext
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
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.