Skip to content

AssemblyEffectLoader

Inherits IEffectLoader

Public Member Functions

void

Load()

void

LoadAssembly(Assembly assembly)

void

Unload()

Private Attributes

BindingFlags

BINDING_FLAGS

CrowdControl

m_crowdControl

ClientSocket

m_client

Properties

IDictionary

Effects

[get, ]

Provides a mapping of effect IDs to their respective delegates. This should not need to be explicitly filled out, it is done automatically via reflection in the static constructor. Just make sure to add the [Effect] attribute to your methods.