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 ObjectAttributeInternalCallManagerAttribute

Properties

TypeId

public object TypeId { get; }

Property Value

Object

Constructors

InternalCallManagerAttribute()

public InternalCallManagerAttribute()