Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)`