gljakal's ToDo - Plugin developer's reference

PluginBase Class

[This is preliminary documentation and subject to change.]

Base plugin class.
All classes derived by PluginBase will be automatically recognized by ToDo as plugins.

For a list of all members of this type, see PluginBase Members.

System.Object
   ToDo.Plugin.PluginBase

public class PluginBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

IMPORTANT: In order to create an usable plugin, you must compile your code against .NET 1.1. Compiling against a .net version different than 1.1 will result in your plugin being unrecognizable by ToDo.

Requirements

Namespace: ToDo.Plugin

Assembly: ToDo.Plugin (in ToDo.Plugin.dll)

See Also

PluginBase Members | ToDo.Plugin Namespace