Interface ISubsystem
- Namespace
- Dassie.Extensions
- Assembly
- dc.dll
Represents the application type and subsystem of a Dassie project.
public interface ISubsystem
- Extension Methods
Properties
Imports
A list of namespaces and modules that are automatically imported when this subsystem is used.
string[] Imports { get; }
Property Value
- string[]
IsExecutable
Specifies wheter the application type is executable.
bool IsExecutable { get; }
Property Value
Name
The name of the subsystem.
string Name { get; }
Property Value
References
A list of references that are automatically included when this subsystem is used.
Reference[] References { get; }
Property Value
WindowsGui
Specifies wheter the application type is a Windows GUI application.
bool WindowsGui { get; }