Class PathExtensions
Contains the extensions to get a path.
public static class PathExtensions
- Inheritance
-
PathExtensions
- Inherited Members
Methods
GetPath(IPlugin<IConfig>)
Gets a path of a plugin.
public static string GetPath(this IPlugin<IConfig> plugin)
Parameters
plugin
IPlugin<IConfig>The IPlugin<TConfig>.
Returns
Exceptions
- ArgumentNullException
The provided plugin is null.
GetPath(Assembly)
Gets a path of an assembly.
public static string GetPath(this Assembly assembly)
Parameters
Returns
Exceptions
- ArgumentNullException
The provided assembly is null.