Contract Information API (Reflection like)?


hello,

there libraries available getting contract information out of contract assemblies?

although not important, have "reflection-like" api purpose.

usage schematically:
memberinfo member = //...  contractinformation info = contractinformation.formember(member);    foreach (precondition precondition in info.preconditions)      console.writeline(precondition.condition);
complete existing reflection apis.

cheers
winsharp93

we're getting there: can use cci (http://cciast.codeplex.com/) programmatically access contracts. haven't put nice samples out there yet. we're hoping release @ least 1 of our tools on site you'd have example of how it. api isn't 1 outline above, cci object model different. add nice reflection-like layer on top in example. of course, cci open-source, maybe else can contribute layer?


DevLabs  >  Code Contracts



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

How to Share webservice object to all user