C# 클래스 PluginEngine.PluginDescription

파일 보기 프로젝트 열기: zhujunxxxxx/FastNetwork 1 사용 예제들

공개 메소드들

메소드 설명
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 的新实例

메소드 상세

PluginDescription() 공개 메소드

创建 PluginDescription class 的新实例
public PluginDescription ( ) : System
리턴 System

PluginDescription() 공개 메소드

创建 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
리턴 System

PluginDescription() 공개 메소드

创建 PluginAttribute class 的新实例
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
리턴 System