Class APIAttribute
Declare the API class that this module implements
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class APIAttribute : Attribute, IAPIAttribute
- Inheritance
-
objectAttributeAPIAttribute
- Implements
Constructors
APIAttribute(Type)
public APIAttribute(Type API)
Parameters
API
Type
Fields
API
public Type API