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:
cheers
winsharp93
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
Post a Comment