Class AssemblyExtensions
- Namespace
- Songhay.Extensions
- Assembly
- SonghayCore.dll
Extensions of Assembly.
public static class AssemblyExtensions
- Inheritance
-
AssemblyExtensions
- Inherited Members
Methods
GetPathFromAssembly(Assembly)
Gets the path from assembly.
public static string? GetPathFromAssembly(this Assembly assembly)
Parameters
assembly
AssemblyThe assembly.
Returns
GetPathFromAssembly(Assembly, string)
Gets the path from assembly.
public static string GetPathFromAssembly(this Assembly assembly, string fileSegment)