Table of Contents

Method RegisterEventHandlers

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

RegisterEventHandlers(Assembly)

Registers all types associated with the provided assembly that have the EventHandler attribute.

public void RegisterEventHandlers(Assembly assembly)

Parameters

assembly Assembly

The assembly from which to get the types.