Table of Contents

Interface IModuleBuilder

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个通用的模块构建器,用于构建一个 IModule

public interface IModuleBuilder

Properties

Type

获取此构建器构建的模块的类型。

ModuleType Type { get; }

Property Value

ModuleType

Methods

Build()

构建当前构建器为一个 IModule

IModule Build()

Returns

IModule

由当前构建器表示的属性构建的 IModule 对象。