This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
Reference Manual
slluis edited this page Nov 20, 2014
·
3 revisions
Home > Reference Manual |
---|
This document provides a detailed description of all features of Mono.Addins. If you are interested only in learning what Mono.Addins is about, the Programming Guide may be a more appropriate document.
Description of Add-ins and Add-in Roots
- Description models
- Custom Attributes
- XML Manifest
- The add-in header
- Add-in naming conventions
- Files included in an add-in
- Dependencies of an add-in
- Extension Points
- Extensions
- Nodes with children
- Node sets
- Conditions
- Optional Modules
- Custom extension node implementation
- Extension node deserialization
- Getting add-in types, files and resources
- Working with add-in files
- The private data directory
- Default node name and description
- Handling children
- Localizable extension nodes
- Controlling add-in loading
- Localization with gettext
- Localization with String Resources
- Localization with String Table
- Custom Localizers
- Getting Localized Strings
- Extension Points and Extensions
- Querying Extension Points
- Type Extension Metadata
- Data-only Extension Points
- Data Files and Resources
- About Lazy Loading
- Thread Safety
- The Add-in Registry
- Addin Discovery
- Creating and Managing Add-in Packages
- Advanced Concepts