C# Class PluginEngine.PluginAttribute

Inheritance: System.Attribute
Mostra file Open project: zhujunxxxxx/FastNetwork

Public Methods

Method Description
PluginAttribute ( string author, string contact, string name, string copyRight, string description ) : System

创建 PluginAttribute class 的新实例

PluginAttribute ( string author, string contact, string name, string copyRight, string description, bool defaultEnabled ) : System

创建 PluginAttribute class 的新实例

Method Details

PluginAttribute() public method

创建 PluginAttribute class 的新实例
public PluginAttribute ( string author, string contact, string name, string copyRight, string description ) : System
author string
contact string
name string
copyRight string
description string
return System

PluginAttribute() public method

创建 PluginAttribute class 的新实例
public PluginAttribute ( string author, string contact, string name, string copyRight, string description, bool defaultEnabled ) : System
author string
contact string
name string
copyRight string
description string
defaultEnabled bool
return System