Class ProgramAssemblyUtility
- Namespace
- Songhay
- Assembly
- SonghayCore.dll
Static members related to System.Reflection.
public static class ProgramAssemblyUtility
- Inheritance
-
ProgramAssemblyUtility
- Inherited Members
Methods
GetAssemblyInfo(Assembly)
Returns a string about the executing assembly.
public static string? GetAssemblyInfo(Assembly targetAssembly)
Parameters
Returns
GetAssemblyInfo(Assembly?, bool)
Returns a string about the executing assembly.
public static string? GetAssemblyInfo(Assembly? targetAssembly, bool useConsoleChars)
Parameters
targetAssembly
AssemblyThe executing Assembly.
useConsoleChars
boolWhen
true
selected “special” characters are formatted for the Windows Console.
Returns
GetPathFromAssembly(Assembly?)
Gets the directory name from assembly.
public static string? GetPathFromAssembly(Assembly? assembly)
Parameters
assembly
AssemblyThe assembly.
Returns
GetPathFromAssembly(Assembly?, string?)
Gets the path from assembly.
public static string GetPathFromAssembly(Assembly? assembly, string? fileSegment)