BaseLibrary Methods |
[This is preliminary documentation and is subject to change.]
The BaseLibrary type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(Trigger, TriggerHandler, String) |
Registers a Trigger to the TriggerHandler with optional description
| |
| Add(TriggerCategory, Int32, TriggerHandler, String) |
Registers a Trigger to the TriggerHandler with optional description
| |
| Contains | ||
| GetAllLibraries | ||
| GetLibrariesFromAssembly |
Loads trigger handlers from a assembly instance
| |
| Initialize |
Initializes this instance. Add your trigger handlers here.
| |
| RaiseError |
Raises a MonkeyspeakException
| |
| ToString |
Builds a string representation of the descriptions of each trigger.
(Overrides ObjectToString.) | |
| ToString(Boolean, Boolean) |
Builds a string representation of the descriptions of each trigger.
| |
| ToString(Trigger, Boolean, Boolean) |
Builds a string representation of the descriptions of trigger.
| |
| Unload |
Called when page is disposing or resetting.
|
| Name | Description | |
|---|---|---|
| AsT | (Defined by ObjectExtensions.) |