Table of Contents

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 Assembly

The assembly.

Returns

string

GetPathFromAssembly(Assembly, string)

Gets the path from assembly.

public static string GetPathFromAssembly(this Assembly assembly, string fileSegment)

Parameters

assembly Assembly

The assembly.

fileSegment string

The file segment.

Returns

string