| ClearSettings | Clear all plugin settings and set the compatability with Any Platform to true. |
| GetCompatibleWithAnyPlatform | Checks whether a plugin is flagged as being compatible with Any Platform. |
| GetCompatibleWithEditor | Is plugin compatible with editor. |
| GetCompatibleWithPlatform | Is plugin compatible with specified platform. |
| GetEditorData | Returns editor specific data for specified key. |
| GetExcludeEditorFromAnyPlatform | Is Editor excluded when Any Platform is set to true. |
| GetExcludeFromAnyPlatform | Is platform excluded when Any Platform set to true. |
| GetIcon | Gets the custom icon to associate with a MonoScript at import time. |
| GetIsOverridable | Identifies whether or not this plugin will be overridden if a plugin of the same name is placed in your project folder. |
| GetPlatformData | Get platform specific data. |
| SetCompatibleWithAnyPlatform | Sets compatibility with Any Platform. |
| SetCompatibleWithEditor | Sets compatibility with any editor. |
| SetCompatibleWithPlatform | Sets compatibility with the specified platform. |
| SetEditorData | Sets editor specific data. |
| SetExcludeEditorFromAnyPlatform | Exclude Editor from compatible platforms when Any Platform is set to true. |
| SetExcludeFromAnyPlatform | Exclude platform from compatible platforms when Any Platform is set to true. |
| SetIcon | Sets the custom icon to associate with a MonoScript imported by a managed plugin. |
| SetIncludeInBuildDelegate | Sets the delegate function to be called by ShouldIncludeInBuild. |
| SetPlatformData | Sets platform specific data. |
| ShouldIncludeInBuild | Identifies whether or not this plugin should be included in the current build target. |