Generated by DocFX

Interface IPlugin

Namespace: Asgard3.Core.Plugin
Assembly: Asgard3.Core.dll
Syntax
public interface IPlugin

Properties

| Improve this Doc View Source

Author

Declaration
string Author { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Description

Declaration
string Description { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Filename

Declaration
string Filename { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

URL

Declaration
string URL { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Initialize(IHost)

Declaration
void Initialize(IHost host)
Parameters
Type Name Description
IHost host
| Improve this Doc View Source

Unload()

Declaration
void Unload()