ExtensionEmitInfo

Wrapper for extension emit information.

Constructors

this
this(ExtensionType type, string name, string moduleName)

Creates a new extension emit info.

Members

Properties

moduleName
string moduleName [@property getter]

Gets the name of the extension's module.

name
string name [@property getter]

Gets the name of the extension.

type
ExtensionType type [@property getter]

Gets the type of the extension.

Meta