Method | Description | |
---|---|---|
PluginDescription ( ) : System |
创建 PluginDescription class 的新实例
|
|
PluginDescription ( string author, string contact, string name, string copyRight, string description ) : System |
创建 PluginAttribute class 的新实例
|
|
PluginDescription ( string author, string contact, string name, string copyRight, string description, bool defaultEnabled ) : System |
创建 PluginAttribute class 的新实例
|
public PluginDescription ( string author, string contact, string name, string copyRight, string description ) : System | ||
author | string | |
contact | string | |
name | string | |
copyRight | string | |
description | string | |
return | System |
public PluginDescription ( 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 |