Table of Contents

Interface IModuleBuilder

Namespace
Kook
Assembly
Kook.Net.Core.dll

A generic module builder for creating an IModule.

public interface IModuleBuilder

Properties

Type

Specifies the module type of the IModule this builder creates.

ModuleType Type { get; }

Property Value

ModuleType

A ModuleType representing the module type of the IModule this builder creates.

Methods

Build()

Builds the IModuleBuilder into an IModule.

IModule Build()

Returns

IModule

An IModule representing the built module object.