C# Class Bricklayer.API.BasePlugin

The base of a plugin
Inheritance: IPlugin
Show file Open project: Cyral/Bricklayer

Public Methods

Method Description
Load ( ) : void
Unload ( ) : void

Protected Methods

Method Description
BasePlugin ( ) : System

Method Details

BasePlugin() protected method

protected BasePlugin ( ) : System
return System

Load() public abstract method

public abstract Load ( ) : void
return void

Unload() public abstract method

public abstract Unload ( ) : void
return void