Friday 15 May 2015

C# / Objective-C Extendable Application (Application that can be modified through extensions) -



C# / Objective-C Extendable Application (Application that can be modified through extensions) -

i'm looking extending c# application (and objective-c counterpart) allow user created extensions loaded , utilized.

the thought loaded extensions either 'decorate' output, or replace driving mechanism entirely. example, application working on outputs colors based off logic defined in each operating mode. decorator extension converting grayscale, or upping saturation, built-in mode generate color , extension modifies result. while driver extension deed own mode outputting colors on own.

what design paradigms work sort of problem?

the "managed extensibility framework" help lot c# version of app:

http://msdn.microsoft.com/en-us/library/dd460648(v=vs.110).aspx

this library microsoft created situations 1 you're in.

but know next-to-nothing objective-c, can't offer help that.

c# objective-c extending

No comments:

Post a Comment