ClassWrapper 2.1.1

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.1 225 11/21/2014
2.1.0 236 4/8/2014
1.0.8-beta 52 3/28/2014
1.0.7 80 3/17/2014
1.0.6 61 3/4/2014
1.0.5-alpha 48 3/4/2014
1.0.3 65 2/28/2014
1.0.1 60 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.!!