Plugin 类
用作插件的基类,并提供操作 Plugin
继承
System.Object
Plugin
继承成员
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
命名空间: HuajiTech.CoolQ
程序集: HuajiTech.CoolQ.Abstractions.dll
语法
public abstract class Plugin
构造函数
| 改善此文档 查看源代码Plugin()
声明
protected Plugin()
Plugin(PluginContext)
以指定的 Plugin
声明
protected Plugin(PluginContext context)
参数
类型 | 名称 | 描述 |
---|---|---|
Plugin |
context | 当前 Plugin 实例所使用的 Plugin |
属性
| 改善此文档 查看源代码Bot
声明
protected IBot Bot { get; }
属性值
类型 | 描述 |
---|---|
IBot |
Context
获取当前 Plugin 实例的 Plugin
声明
public virtual PluginContext Context { get; }
属性值
类型 | 描述 |
---|---|
Plugin |
CurrentUser
获取当前 Plugin 实例的 ICurrent
声明
protected ICurrentUser CurrentUser { get; }
属性值
类型 | 描述 |
---|---|
ICurrent |
Logger
声明
protected ILogger Logger { get; }
属性值
类型 | 描述 |
---|---|
ILogger |
方法
| 改善此文档 查看源代码Friend(Int64)
创建指定号码的好友。
声明
protected IFriend Friend(long number)
参数
类型 | 名称 | 描述 |
---|---|---|
System. |
number | 号码。 |
返回
类型 | 描述 |
---|---|
IFriend |
Group(Int64)
创建指定号码的群。
声明
protected IGroup Group(long number)
参数
类型 | 名称 | 描述 |
---|---|---|
System. |
number | 号码。 |
返回
类型 | 描述 |
---|---|
IGroup |
Member(Int64, IGroup)
创建指定号码和群的成员。
声明
protected IMember Member(long number, IGroup group)
参数
类型 | 名称 | 描述 |
---|---|---|
System. |
number | 号码。 |
IGroup | group | 群。 |
返回
类型 | 描述 |
---|---|
IMember |
Member(Int64, Int64)
创建指定号码和群号码的成员。
声明
protected IMember Member(long number, long groupNumber)
参数
类型 | 名称 | 描述 |
---|---|---|
System. |
number | 号码。 |
System. |
groupNumber | 群号码。 |
返回
类型 | 描述 |
---|---|
IMember |
Message(Int32)
创建指定 ID 的消息。
声明
protected Message Message(int id)
参数
类型 | 名称 | 描述 |
---|---|---|
System. |
id | ID。 |
返回
类型 | 描述 |
---|---|
Message |
User(Int64)
创建指定号码的用户。
声明
protected IUser User(long number)
参数
类型 | 名称 | 描述 |
---|---|---|
System. |
number | 号码。 |
返回
类型 | 描述 |
---|---|
IUser |