Click or drag to resize

BaseLibrary Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Monkeyspeak.Libraries.BaseLibrary"]

Inheritance Hierarchy
SystemObject
  Monkeyspeak.LibrariesBaseLibrary
    More...

Namespace:  Monkeyspeak.Libraries
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public abstract class BaseLibrary

The BaseLibrary type exposes the following members.

Constructors
  NameDescription
Protected methodBaseLibrary
Base abstract class for Monkeyspeak Libraries
Top
Properties
  NameDescription
Public propertyHandlers
Top
Methods
  NameDescription
Public methodAdd(Trigger, TriggerHandler, String)
Registers a Trigger to the TriggerHandler with optional description
Public methodAdd(TriggerCategory, Int32, TriggerHandler, String)
Registers a Trigger to the TriggerHandler with optional description
Public methodContains
Public methodStatic memberGetAllLibraries
Public methodStatic memberGetLibrariesFromAssembly
Loads trigger handlers from a assembly instance
Public methodInitialize
Initializes this instance. Add your trigger handlers here.
Public methodRaiseError
Raises a MonkeyspeakException
Public methodToString
Builds a string representation of the descriptions of each trigger.
(Overrides ObjectToString.)
Public methodToString(Boolean, Boolean)
Builds a string representation of the descriptions of each trigger.
Public methodToString(Trigger, Boolean, Boolean)
Builds a string representation of the descriptions of trigger.
Public methodUnload
Called when page is disposing or resetting.
Top
Fields
  NameDescription
Protected fielddescriptions
Protected fieldhandlers
Top
Extension Methods
See Also
Inheritance Hierarchy