ReflActive 1.1.2
dotnet add package ReflActive --version 1.1.2
NuGet\Install-Package ReflActive -Version 1.1.2
<PackageReference Include="ReflActive" Version="1.1.2" />
<PackageVersion Include="ReflActive" Version="1.1.2" />
<PackageReference Include="ReflActive" />
paket add ReflActive --version 1.1.2
#r "nuget: ReflActive, 1.1.2"
#:package ReflActive@1.1.2
#addin nuget:?package=ReflActive&version=1.1.2
#tool nuget:?package=ReflActive&version=1.1.2
<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
| Product | Versions 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. |
-
net9.0
- EveryType (>= 1.0.2)
- Extra.Extensions (>= 1.5.0)
- Extra.Guard (>= 1.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.