LibraryConfiguration.executable constructor

LibraryConfiguration.executable()

Creates a configuration for a dynamic library opened with DynamicLibrary.executable.

Implementation

LibraryConfiguration.executable()
    : process = false,
      name = null,
      appendExtension = null,
      version = null,
      isAppleFramework = null;