Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.IStorageInspector Interface Reference

Inspect stored data. More...

Public Member Functions

IMethodInfo Method (string path)
 Get information about a method.
 
IMethodInfo Method (Stream method)
 Get information about a method.
 

Detailed Description

Inspect stored data.

Definition at line 212 of file Helpers.cs.

Member Function Documentation

◆ Method() [1/2]

IMethodInfo AxelSemrau.Chronos.Plugin.IStorageInspector.Method ( Stream method)

Get information about a method.

Parameters
methodStream containing the method
Returns

◆ Method() [2/2]

IMethodInfo AxelSemrau.Chronos.Plugin.IStorageInspector.Method ( string path)

Get information about a method.

Parameters
pathPath to file containing the method
Returns

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