InternalCallManagerAttribute
Namespace: SharpPluginLoader.Core
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.
public class InternalCallManagerAttribute : System.Attribute
Inheritance Object → Attribute → InternalCallManagerAttribute
Properties
TypeId
public object TypeId { get; }
Property Value
Constructors
InternalCallManagerAttribute()
public InternalCallManagerAttribute()