Interface IModuleBuilder
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示一个通用的模块构建器,用于构建一个 IModule。
public interface IModuleBuilder
Properties
Type
获取此构建器构建的模块的类型。
ModuleType Type { get; }
Property Value
Methods
Build()
构建当前构建器为一个 IModule。
IModule Build()