Module openj9.dtfj

Class Dll


  • public class Dll
    extends Object
    This class represents a DLL (Dynamically Linked Library).
    • Constructor Detail

      • Dll

        public Dll​(long address,
                   AddressSpace space)
        Constructs a new Dll given the address of the DLCB (DLL Control Block) structure. The normal way for a user to get hold of an instance though would be via Edb.getFirstDll().