BaseLibrary Class | 
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Monkeyspeak.Libraries.BaseLibrary"]
Namespace: Monkeyspeak.Libraries
The BaseLibrary type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseLibrary | 
            Base abstract class for Monkeyspeak Libraries
              | 
| 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 | |
|---|---|---|
| descriptions | ||
| handlers | 
| Name | Description | |
|---|---|---|
| AsT | (Defined by ObjectExtensions.) |