AssemblyUtilities Class |
Namespace: ShellBoost.Core.Utilities
public static class AssemblyUtilities
| Name | Description | |
|---|---|---|
| GetCompany |
Gets the company from the entry assembly.
| |
| GetCompany(Assembly) |
Gets the company from an assembly.
| |
| GetConfiguration |
Gets the configuration from the entry assembly.
| |
| GetConfiguration(Assembly) |
Gets the configuration (debug, release, etc.) from an assembly.
| |
| GetCopyright |
Gets the copyright from the entry assembly.
| |
| GetCopyright(Assembly) |
Gets the copyright from an assembly.
| |
| GetDescription |
Gets the description from the entry assembly.
| |
| GetDescription(Assembly) |
Gets the description from an assembly.
| |
| GetFileVersion |
Gets the file version from the entry assembly.
| |
| GetFileVersion(Assembly) |
Gets the file version from an assembly.
| |
| GetInformationalVersion |
Gets the informational version from the entry assembly.
| |
| GetInformationalVersion(Assembly) |
Gets the informational version from an assembly.
| |
| GetLinkerTimestamp |
Gets the linker timestamp from the entry assembly.
| |
| GetLinkerTimestamp(Assembly) |
Gets the assembly linker timestamp.
| |
| GetLinkerTimestamp(String) |
Gets the linker timestamp of an assembly's path.
| |
| GetProduct |
Gets the product name from the entry assembly.
| |
| GetProduct(Assembly) |
Gets the product name from an assembly.
| |
| GetTitle |
Gets the title from the entry assembly.
| |
| GetTitle(Assembly) |
Gets the title from an assembly
|