C# Class Pdelvo.Minecraft.Proxy.Library.Plugins.PluginAssemblyAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: pdelvo/Pdelvo.Minecraft.Proxy

Public Methods

Method Description
PluginAssemblyAttribute ( Type pluginType ) : System

Creates a new instance of the PluginAssemblyAttribute

Method Details

PluginAssemblyAttribute() public method

Creates a new instance of the PluginAssemblyAttribute
public PluginAssemblyAttribute ( Type pluginType ) : System
pluginType System.Type A type which must inherit from PluginBase
return System