Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjc-tools/tjc.assemblyextensions
Extension methods for the Assembly
https://github.com/tjc-tools/tjc.assemblyextensions
extension-methods nuget-package
Last synced: about 1 month ago
JSON representation
Extension methods for the Assembly
- Host: GitHub
- URL: https://github.com/tjc-tools/tjc.assemblyextensions
- Owner: TJC-Tools
- License: mit
- Created: 2024-08-22T01:00:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T22:43:44.000Z (2 months ago)
- Last Synced: 2024-09-25T18:43:14.701Z (about 2 months ago)
- Topics: extension-methods, nuget-package
- Language: C#
- Homepage: https://www.nuget.org/packages/TJC.AssemblyExtensions/
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub Tag](https://img.shields.io/github/v/tag/TJC-Tools/TJC.AssemblyExtensions) [![GitHub Release](https://img.shields.io/github/v/release/TJC-Tools/TJC.AssemblyExtensions)
](https://github.com/TJC-Tools/TJC.AssemblyExtensions/releases/latest) [![NuGet Version](https://img.shields.io/nuget/v/TJC.AssemblyExtensions)](https://www.nuget.org/packages/TJC.AssemblyExtensions)[![NuGet Downloads](https://img.shields.io/nuget/dt/TJC.AssemblyExtensions)](https://www.nuget.org/packages/TJC.AssemblyExtensions) ![Size](https://img.shields.io/github/repo-size/TJC-Tools/TJC.AssemblyExtensions) [![License](https://img.shields.io/github/license/TJC-Tools/TJC.AssemblyExtensions.svg)](LICENSE)
## T? [Assembly](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly?view=net-8.0).[GetAssemblyAttribute](./TJC.AssemblyExtensions/Attributes/AttributeExtensions.cs)()
- Used to get attributes of an assembly.## [string](https://learn.microsoft.com/en-us/dotnet/api/system.string?view=net-8.0) [Assembly](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly?view=net-8.0).[GetTitle](./TJC.AssemblyExtensions/Attributes/CommonAttributesExtensions.cs)()
- Returns the title of the assembly.## [string](https://learn.microsoft.com/en-us/dotnet/api/system.string?view=net-8.0) [Assembly](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly?view=net-8.0).[GetDescription](./TJC.AssemblyExtensions/Attributes/CommonAttributesExtensions.cs)()
- Returns the description of the assembly.## [string](https://learn.microsoft.com/en-us/dotnet/api/system.string?view=net-8.0) [Assembly](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly?view=net-8.0).[GetCopyright](./TJC.AssemblyExtensions/Attributes/CommonAttributesExtensions.cs)([bool](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/bool) replaceCopyrightSymbolWithC = false)
- Returns the copyright of the assembly.
- Optionally replaces the copyright symbol with `(C)`