ClassWrapper 1.0.1
See the version list below for details.
dotnet add package ClassWrapper --version 1.0.1
NuGet\Install-Package ClassWrapper -Version 1.0.1
<PackageReference Include="ClassWrapper" Version="1.0.1" />
paket add ClassWrapper --version 1.0.1
#r "nuget: ClassWrapper, 1.0.1"
// Install ClassWrapper as a Cake Addin #addin nuget:?package=ClassWrapper&version=1.0.1 // Install ClassWrapper as a Cake Tool #tool nuget:?package=ClassWrapper&version=1.0.1
To build a wrapper for a given type, with several function to handle method invocations and property usages.
Simply create a ClassWrapperDescriptor, then with the instance obtained create a ClassWrapper on which the methods can be invoked
The documentation can be found on http://www.kendar.org/?p=/dotnet/expressionsbuilder.
No reflection used when invoking this package!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. 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. |
-
- ExpressionBuilder (>= 2.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ClassWrapper:
Package | Downloads |
---|---|
Node.Cs.Lib
Basic classes and implementations for Node.Cs. The documentation can be found on http://www.kendar.org/?p=/dotnet/nodecs. |
|
Node.Cs.Razor
Razor/MVC handler implementation for Node.Cs. The documentation can be found on http://www.kendar.org/?p=/dotnet/nodecs/plugins/razor. |
|
Node.Cs.MVC
MVC handler implementation for Node.Cs. The documentation can be found on http://www.kendar.org/?p=/dotnet/nodecs/plugins/mvc. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.1 | 2,952 | 11/21/2014 |
2.1.0 | 1,995 | 4/8/2014 |
1.0.8-beta | 1,102 | 3/28/2014 |
1.0.7 | 1,298 | 3/17/2014 |
1.0.6 | 1,260 | 3/4/2014 |
1.0.5-alpha | 980 | 3/4/2014 |
1.0.3 | 1,255 | 2/28/2014 |
1.0.1 | 1,266 | 2/24/2014 |
Splitted from ExpressionBuilder