Soenneker.Extensions.MemberInfo
4.0.74
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Soenneker.Extensions.MemberInfo --version 4.0.74
NuGet\Install-Package Soenneker.Extensions.MemberInfo -Version 4.0.74
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.MemberInfo" Version="4.0.74" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.MemberInfo" Version="4.0.74" />
<PackageReference Include="Soenneker.Extensions.MemberInfo" />
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.MemberInfo --version 4.0.74
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Extensions.MemberInfo, 4.0.74"
#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.MemberInfo@4.0.74
#: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.MemberInfo&version=4.0.74
#tool nuget:?package=Soenneker.Extensions.MemberInfo&version=4.0.74
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Extensions.MemberInfo
A collection of helpful MemberInfo (Reflection) extension methods.
Installation
dotnet add package Soenneker.Extensions.MemberInfo
Quick start
using Soenneker.Extensions.MemberInfo;
// Given an existing System.Reflection.MemberInfo named memberInfo:
var result = memberInfo.IsField();
Common operations
IsField()- Determines whether the specified MemberInfo is a field.IsProperty()- Determines whether the specified MemberInfo is a property.
| Product | Versions 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 (1)
Showing the top 1 NuGet packages that depend on Soenneker.Extensions.MemberInfo:
| Package | Downloads |
|---|---|
|
Soenneker.Utils.AutoBogus
The .NET Bogus autogenerator |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.75 | 48,165 | 8/30/2026 |
| 4.0.74 | 1,769 | 8/29/2026 |
| 4.0.73 | 197,186 | 7/28/2026 |
| 4.0.72 | 100,054 | 7/16/2026 |
| 4.0.71 | 121,724 | 6/18/2026 |
| 4.0.70 | 115,361 | 6/5/2026 |
| 4.0.69 | 193,419 | 4/22/2026 |
| 4.0.68 | 115,683 | 3/14/2026 |
| 4.0.67 | 1,527 | 3/12/2026 |
| 4.0.66 | 130 | 3/12/2026 |
| 4.0.63 | 43,235 | 3/10/2026 |
| 4.0.62 | 22,475 | 3/9/2026 |
| 4.0.61 | 125 | 3/9/2026 |
| 4.0.60 | 120 | 3/9/2026 |
| 4.0.59 | 45,548 | 3/4/2026 |
| 4.0.58 | 173,417 | 1/8/2026 |
| 4.0.57 | 40,382 | 1/2/2026 |
| 4.0.56 | 102,540 | 11/20/2025 |
| 4.0.55 | 43,157 | 11/6/2025 |
| 4.0.54 | 30,763 | 10/29/2025 |
Loading failed
Improve README documentation