aurorafw ~master (2021-12-29T04:50:27.0348065)
Dub
Repo
Application
aurorafw
core
application
Undocumented in source.
abstract
class
Application {
public
import
core
.
runtime
:
Runtime
;
;
this
(string packageName, string[] args);
}
Constructors
this
this
(string packageName, string[] args)
Undocumented in source.
Members
Imports
Runtime (from core.runtime)
public
import
core
.
runtime
:
Runtime
;
Undocumented in source.
Meta
Source
See Implementation
aurorafw
core
application
classes
Application