C# Class PluginEngine.PluginAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: zhujunxxxxx/FastNetwork

Méthodes publiques

Méthode 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 méthode

创建 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
Résultat System

PluginAttribute() public méthode

创建 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
Résultat System