Interface IPackage
Communication with package of build space
Namespace: BuildSystem.Package
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface IPackage
Properties
Logger
Logging object
Declaration
ILogger? Logger { get; }
Property Value
Type | Description |
---|---|
ILogger |
Props
Properties of current package
Declaration
IPackageProps Props { get; }
Property Value
Type | Description |
---|---|
IPackageProps |