Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.ICoreUtils Interface Reference

Chronos core utility functions. More...

Public Member Functions

void ExtendAssemblySearchPath (string path)
 Add a filesystem path where you expect to find assemblies that you need as references for your plugin, but can't or don't want to copy. More...
 

Detailed Description

Chronos core utility functions.

Definition at line 36 of file Core.cs.

Member Function Documentation

◆ ExtendAssemblySearchPath()

void AxelSemrau.Chronos.ICoreUtils.ExtendAssemblySearchPath ( string  path)

Add a filesystem path where you expect to find assemblies that you need as references for your plugin, but can't or don't want to copy.

Parameters
path

The documentation for this interface was generated from the following file: