Table of Contents

Method RegisterStaticEventHandler

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

RegisterStaticEventHandler(Type)

Registers all static methods annotated with EventAttribute from the given type.

public void RegisterStaticEventHandler(Type t)

Parameters

t Type

The static event handler type.

RegisterStaticEventHandler<T>()

public void RegisterStaticEventHandler<T>()

Type Parameters

T

Type to register.