Simple library which aims to simplify late binding calls with C#
Make simple late binding calls using a fluent interface:
IObjectOperation myObject = BindingFactory.CreateObjectBinding("CoreAssembly", "CExecutionManager");
int size = myObject.Property("CommandExecuter").Get()
.Method("Execute").AddParameter("GET SIZE").Invoke();Please check the Usage page for the help on using this library.
A deeply description of the 1. version of the library is available at CodeProject: Late Binding Helper Library in CodeProject
30 Day Summary Apr 19 2013 — May 19 2013
|
12 Month Summary May 19 2012 — May 19 2013
|
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.