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

Inheritance: System.Attribute
Afficher le fichier Open project: pdelvo/Pdelvo.Minecraft.Proxy

Méthodes publiques

Méthode Description
PluginAssemblyAttribute ( Type pluginType ) : System

Creates a new instance of the PluginAssemblyAttribute

Method Details

PluginAssemblyAttribute() public méthode

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