C# 클래스 Pdelvo.Minecraft.Proxy.Library.Plugins.PluginAssemblyAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft.Proxy

공개 메소드들

메소드 설명
PluginAssemblyAttribute ( Type pluginType ) : System

Creates a new instance of the PluginAssemblyAttribute

메소드 상세

PluginAssemblyAttribute() 공개 메소드

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