ClassWrapper 2.1.1

.NET Framework 4.0
dotnet add package ClassWrapper --version 2.1.1
NuGet\Install-Package ClassWrapper -Version 2.1.1
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="ClassWrapper" Version="2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ClassWrapper --version 2.1.1
#r "nuget: ClassWrapper, 2.1.1"
#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.
// Install ClassWrapper as a Cake Addin
#addin nuget:?package=ClassWrapper&version=2.1.1

// Install ClassWrapper as a Cake Tool
#tool nuget:?package=ClassWrapper&version=2.1.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
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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 2,237 11/21/2014
2.1.0 1,855 4/8/2014
1.0.8-beta 1,001 3/28/2014
1.0.7 1,143 3/17/2014
1.0.6 1,116 3/4/2014
1.0.5-alpha 888 3/4/2014
1.0.3 1,113 2/28/2014
1.0.1 1,136 2/24/2014

Static and protected methods/properties are now correctly exposed.
Now possible to create a ClassWrapper for a class without an instance.
This is valid only to invoke static functions etc.!!