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
targetAssemblyAssemblyThe executing Assembly.
useConsoleCharsboolWhen
trueselected “special” characters are formatted for the Windows Console.
Returns
GetPathFromAssembly(Assembly?)
Gets the directory name from assembly.
public static string? GetPathFromAssembly(Assembly? assembly)
Parameters
assemblyAssemblyThe assembly.
Returns
GetPathFromAssembly(Assembly?, string?)
Gets the path from assembly.
public static string GetPathFromAssembly(Assembly? assembly, string? fileSegment)