Table of Contents

Class InternalCallManagerAttribute

Namespace
SharpPluginLoader.Core
Assembly
SharpPluginLoader.Core.dll

This attribute is used to mark a class as an internal call manager. There can only be one internal call manager per plugin.

The internal call manager is where the plugin keeps all of its internal calls.

[AttributeUsage(AttributeTargets.Class)]
public class InternalCallManagerAttribute : Attribute
Inheritance
InternalCallManagerAttribute
Inherited Members