Module

public struct Module

An object that holds information of a loadable module.

  • The module name.

    Declaration

    Swift

    public let name: String
  • The module identifier.

    Declaration

    Swift

    public let moduleID: Identifier
  • The vendor identifier.

    Declaration

    Swift

    public let vendorID: Identifier
  • The product identifier.

    Declaration

    Swift

    public let productID: Identifier
  • The version of this module.

    Declaration

    Swift

    public let version: Version?
  • true if the module is enabled. i.e. activated.

    Declaration

    Swift

    public let isEnabled: Bool