Interface IFactoryProvider

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IFactoryProvider
    extends com4j.Com4jObject
    Getter for unique factory.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject getFactory​(com4j.GUID lpclsid)
      Returns the factory specified by its GUID.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • getFactory

        com4j.Com4jObject getFactory​(com4j.GUID lpclsid)

        Returns the factory specified by its GUID.

        Parameters:
        lpclsid - Mandatory GUID parameter.
        Returns:
        Returns a value of type com4j.Com4jObject