ClassWrapper 1.0.6
See the version list below for details.
Install-Package ClassWrapper -Version 1.0.6
dotnet add package ClassWrapper --version 1.0.6
<PackageReference Include="ClassWrapper" Version="1.0.6" />
paket add ClassWrapper --version 1.0.6
#r "nuget: ClassWrapper, 1.0.6"
// Install ClassWrapper as a Cake Addin
#addin nuget:?package=ClassWrapper&version=1.0.6
// Install ClassWrapper as a Cake Tool
#tool nuget:?package=ClassWrapper&version=1.0.6
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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- ExpressionBuilder (>= 2.0.5)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ClassWrapper:
Package | Downloads |
---|---|
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.Lib
Basic classes and implementations for Node.Cs. The documentation can be found on http://www.kendar.org/?p=/dotnet/nodecs. |
|
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 | 1,971 | 11/21/2014 |
2.1.0 | 1,728 | 4/8/2014 |
1.0.8-beta | 950 | 3/28/2014 |
1.0.7 | 1,021 | 3/17/2014 |
1.0.6 | 994 | 3/4/2014 |
1.0.5-alpha | 836 | 3/4/2014 |
1.0.3 | 982 | 2/28/2014 |
1.0.1 | 1,006 | 2/24/2014 |
Added visibility on methods and properties.