Class RegisterPluginAttribute
Namespace: Ludiq
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class RegisterPluginAttribute : Attribute, _Attribute, ITypeRegistrationAttribute
Constructors
RegisterPluginAttribute(Type, String)
Declaration
public RegisterPluginAttribute(Type type, string id)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | |
| String | id |
Properties
id
Declaration
public string id { get; }
Property Value
| Type | Description |
|---|---|
| String |
type
Declaration
public Type type { get; }
Property Value
| Type | Description |
|---|---|
| Type |