C# 클래스 PluginEngine.PluginAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: zhujunxxxxx/FastNetwork

공개 메소드들

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

메소드 상세

PluginAttribute() 공개 메소드

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

PluginAttribute() 공개 메소드

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