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