Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
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. | |
Inspect stored data.
Definition at line 212 of file Helpers.cs.
IMethodInfo AxelSemrau.Chronos.Plugin.IStorageInspector.Method | ( | Stream | method | ) |
Get information about a method.
method | Stream containing the method |
IMethodInfo AxelSemrau.Chronos.Plugin.IStorageInspector.Method | ( | string | path | ) |
Get information about a method.
path | Path to file containing the method |