Interface IElectronPackageProvider
A service that provides access to Electron package manifests.
Namespace: Snowflake.Remoting.Electron
Assembly: Snowflake.Framework.Remoting.dll
Syntax
public interface IElectronPackageProvider
Properties
Interfaces
A list of loaded Electron packages that implement user interfaces.
Declaration
IEnumerable<IElectronPackage> Interfaces { get; }
Property Value
Type | Description |
---|---|
System. |