Library

Undocumented in source.
abstract
class Library : Target {}

Constructors

this
this(LibraryType libType)
Undocumented in source.

Inherited Members

From Target

_properties
Properties _properties;
Undocumented in source.
context
MagicContext context;
Undocumented in source.
properties
inout(Properties) properties [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
__anonymous
mixin PropertiesOperators!_properties
Undocumented in source.
isExternal
bool isExternal [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
configure
void configure()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta