ReflActive 1.1.2

dotnet add package ReflActive --version 1.1.2
                    
NuGet\Install-Package ReflActive -Version 1.1.2
                    
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="ReflActive" Version="1.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ReflActive" Version="1.1.2" />
                    
Directory.Packages.props
<PackageReference Include="ReflActive" />
                    
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 ReflActive --version 1.1.2
                    
#r "nuget: ReflActive, 1.1.2"
                    
#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 ReflActive@1.1.2
                    
#: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=ReflActive&version=1.1.2
                    
Install as a Cake Addin
#tool nuget:?package=ReflActive&version=1.1.2
                    
Install as a Cake Tool

<img src="logo.svg" alt="Logo" width=50 height=50 /> ReflActive

ReflActive is a .NET library for introspecting on CLR types, and providing language-agnostic descriptions of their constructors. Clients may render this information so that user input may be used to instantiate those types at runtime in a transparent way.

Targeted types, their constructors, and parameters thereof exhibit attributes, which are reflected upon at runtime to automatically build representations of the type that may be used to create richly detailed user interfaces. In addition to providing descriptions of the data necessary to instantiate a type, other metadata may be associated with it as well to provide a more complete context for its use.

ReflActive also provides an interface for translating user input into constructor invocations. Having provided appropriate values for each parameter to a constructor, strongly-typed instances of the targeted class may be obtained using a standard, serializable representation of the specified arguments.

Installation

ReflActive can be installed using NuGet.

Usage

You can find a quick tutorial and API documentation for ReflActive here.

Contributing

ReflActive is privately maintained. Please open an issue to request a feature or report a bug. If you would like to contribute, you may request an invitation to collaborate on this repository.

License

MIT

Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.2 94 1/24/2026
1.1.1 180 12/25/2025
1.1.0 179 12/24/2025
1.0.2 206 8/31/2025
1.0.1 182 8/31/2025
1.0.0 210 8/30/2025