What dll I should add to my project to use "PluginBase" class ?

Options
Hi Team,

I'm following guide at https://doc.photonengine.com/en-us/onpremise/current/plugins/manual

In section "Minimal Plugin" CustomerPlugin class inherit from PluginBase, but what dll file i should add to my project to use it?

Thank you

Comments

  • chvetsov
    Options
    Hi, @Liam

    everything is in PhotonPluginBase.dll

    best,
    ilya
  • zhuchun
    Options
    chvetsov said:

    Hi, @Liam

    everything is in PhotonPluginBase.dll

    best,
    ilya

    Hi, I can't find this DLL in Photon OnPremise Server SDK v4.0.29.11263. Where can I get it?
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    hi @zhuchun,

    thank you for choosing Photon!

    you need the Photon Plugins SDK for plugins development.
  • zhuchun
    zhuchun
    edited April 2018
    Options
    JohnTube said:

    hi @zhuchun,

    thank you for choosing Photon!

    you need the Photon Plugins SDK for plugins development.

    Hi, I just download the SDK again but still can't find such a file named PhotonPluginBase.dll, would you please confirm that? :)

    UPDATE:
    I've found a PhotonHivePlugin.dll and it includes PluginBase class, is that the DLL I'm looking for?
  • chvetsov
    Options
    ah, sorry.

    I gave you wrong dll name

    Yeah, that one is right

    best,
    ilya
  • zhuchun
    Options
    chvetsov said:

    ah, sorry.

    I gave you wrong dll name

    Yeah, that one is right

    best,
    ilya

    No problem, thank you ;)