![]() |
VOOZH | about |
dotnet add package Oakrey.Reflection --version 2.0.1
NuGet\Install-Package Oakrey.Reflection -Version 2.0.1
<PackageReference Include="Oakrey.Reflection" Version="2.0.1" />
<PackageVersion Include="Oakrey.Reflection" Version="2.0.1" />Directory.Packages.props
<PackageReference Include="Oakrey.Reflection" />Project file
paket add Oakrey.Reflection --version 2.0.1
#r "nuget: Oakrey.Reflection, 2.0.1"
#:package Oakrey.Reflection@2.0.1
#addin nuget:?package=Oakrey.Reflection&version=2.0.1Install as a Cake Addin
#tool nuget:?package=Oakrey.Reflection&version=2.0.1Install as a Cake Tool
The "Reflection" project provides a comprehensive set of utilities for working with .NET reflection. It simplifies tasks such as loading assemblies, working with enums, managing events, and dynamically interacting with types and properties.
Handles scenarios like missing assemblies, invalid type conversions, and inaccessible properties gracefully.
Designed to be extended for additional reflection-based operations.
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
Oakrey.Reflection and click Install.Run the following command in your terminal:
dotnet add package Oakrey.Reflection
Run the following command in your Package Manager Console:
Install-Package Oakrey.Reflection
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
This project is licensed under the MIT License. See the LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 4 NuGet packages that depend on Oakrey.Reflection:
| Package | Downloads |
|---|---|
|
Oakrey.ValueSystem.Base
The Oakrey.ValueSystem library provides a framework for managing and transforming values in .NET applications. It supports various value types, content transformations, and value sources, enabling developers to build dynamic and data-driven applications. |
|
|
Oakrey.Applications.ViewModels
Base ViewModel utilities for MVVM/.NET applications. Provides IAutoConfigurable marker interfaces (singleton, scoped, transient) and an IServiceCollection extension that automatically discovers and registers all ViewModels via reflection — no manual DI wiring required. |
|
|
Oakrey.UHD
A .NET P/Invoke wrapper for the Ettus Research UHD (USRP Hardware Driver) native library. Enables TX streaming, frequency and gain tuning, stream metadata handling, and structured logging via IObservable for USRP software-defined radio devices. |
|
|
Oakrey.Peak.Lin.Driver
A .NET 10 high-level LIN driver built on Oakrey.Peak.Lin.Wrapper. Exposes IPeakLinClient and ISlaveClient with Rx observable streams for received messages and bus state changes. Supports master and slave operation modes, timer-based polling, frame publisher/subscriber configuration, and hardware discovery for Peak LIN hardware on Windows. |
This package is not used by any popular GitHub repositories.