FlitBit.Emit
2.8.4
See the version list below for details.
dotnet add package FlitBit.Emit --version 2.8.4
NuGet\Install-Package FlitBit.Emit -Version 2.8.4
<PackageReference Include="FlitBit.Emit" Version="2.8.4" />
paket add FlitBit.Emit --version 2.8.4
#r "nuget: FlitBit.Emit, 2.8.4"
// Install FlitBit.Emit as a Cake Addin #addin nuget:?package=FlitBit.Emit&version=2.8.4 // Install FlitBit.Emit as a Cake Tool #tool nuget:?package=FlitBit.Emit&version=2.8.4
A framework over reflection emit making dynamic assembly IL a bit more OO.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FlitBit.Core (>= 2.11.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on FlitBit.Emit:
Package | Downloads |
---|---|
FlitBit.Copy
A small copy framework; dynamically emits copiers to copy an object to another similarly structured object. |
|
FlitBit.Represent
Contains a small abstraction for working with representations of objects. |
|
FlitBit.Dto
Dynamically emitted, stereotypical implementation of data-transfer-objects. |
|
FlitBit.ObjectIdentity
Dynamically emitted, stereotypical implementation of object identity. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added an extension method to get/match generic methods by compatability.