Table of Contents

Interface IPluginInfo

Namespace
Obsidian.API.Plugins
Assembly
Obsidian.API.dll
public interface IPluginInfo

Properties

Authors

string[] Authors { get; }

Property Value

string[]

Dependencies

PluginDependency[] Dependencies { get; }

Property Value

PluginDependency[]

Description

string Description { get; }

Property Value

string

Name

string Name { get; }

Property Value

string

ProjectUrl

Uri ProjectUrl { get; }

Property Value

Uri

Version

Version Version { get; }

Property Value

Version