Soenneker.Extensions.MethodInfo 4.0.370

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Extensions.MethodInfo --version 4.0.370
                    
NuGet\Install-Package Soenneker.Extensions.MethodInfo -Version 4.0.370
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Extensions.MethodInfo" Version="4.0.370" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.MethodInfo" Version="4.0.370" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Extensions.MethodInfo" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Extensions.MethodInfo --version 4.0.370
                    
#r "nuget: Soenneker.Extensions.MethodInfo, 4.0.370"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Extensions.MethodInfo@4.0.370
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Extensions.MethodInfo&version=4.0.370
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.MethodInfo&version=4.0.370
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Extensions.MethodInfo

A collection of useful MethodInfo methods.

Installation

dotnet add package Soenneker.Extensions.MethodInfo

Quick start

using Soenneker.Extensions.MethodInfo;

// Given an existing System.Reflection.MethodInfo? named methodInfo:
var result = methodInfo.GetSignature();

Common operations

  • GetSignature() - Returns a string representation of the method signature for the specified method information.
  • ToOriginalMemberName() - Returns the original member name associated with the specified method, removing special prefixes used for property and event accessors.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Soenneker.Extensions.MethodInfo:

Package Downloads
Soenneker.Reflection.Cache

The fastest .NET Reflection cache

Soenneker.Utils.BackgroundQueue

A high-performance background Task/ValueTask queue

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.371 85,802 8/30/2026
4.0.370 2,727 8/29/2026
4.0.369 217,069 7/27/2026
4.0.368 110,389 7/16/2026
4.0.367 138,196 6/18/2026
4.0.366 130,086 6/5/2026
4.0.365 4,553 6/5/2026
4.0.364 206,252 4/22/2026
4.0.363 125,862 3/14/2026
4.0.362 7,198 3/12/2026
4.0.361 396 3/12/2026
4.0.358 54,170 3/10/2026
4.0.357 23,500 3/9/2026
4.0.356 5,056 3/9/2026
4.0.355 134 3/9/2026
4.0.354 58,250 3/4/2026
4.0.353 67,629 2/20/2026
4.0.352 125,891 1/8/2026
4.0.350 164,804 11/20/2025
4.0.349 81,349 10/29/2025
Loading failed

Improve README documentation