Table of Contents

Class APIAttribute

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll

Declare the API class that this module implements

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class APIAttribute : Attribute, IAPIAttribute
Inheritance
object
Attribute
APIAttribute
Implements

Constructors

APIAttribute(Type)

public APIAttribute(Type API)

Parameters

API Type

Fields

API

public Type API

Field Value

Type