CPluginFactory.registerClass

Registers a Plug-in class with classInfo version 1, returns true for success.

  1. bool registerClass(const(PClassInfo)* info, PCreateFun createFunc, void* context)
    class CPluginFactory
    public nothrow @nogc
    bool
    registerClass
    (,,
    void* context = null
    )
  2. bool registerClass(const(PClassInfo2)* info, PCreateFun createFunc, void* context)
  3. bool registerClass(const(PClassInfoW)* info, PCreateFun createFunc, void* context)

Meta