As of 2.6 they're all still there, but they have largely moved to being extension methods. Those extension methods are largely helpers, and not mandatory for using StructureMap. See
https://github.com/structuremap/structuremap/blob/master/src/StructureMap/TypeExtensions.cs for the list of extensions.
In your case though, try "Closes()" instead of the older "ImplementsInterfaceTemplate"
- Jeremy
On Wednesday, March 13, 2013 7:22:48 AM UTC-5, Rico ZHANG wrote:
Where I can find how to use the functions under this static class?
it seems I need to use some functions in this class for some interceptor implementations. for example, ImplementsInterfaceTemplate is not available any more.
Cheers