Esempio n. 1
0
        public static DebuggerFeatures GetSupportedFeatures(IBuildTarget target)
        {
            FeatureCheckerHandlerFactory fc  = new FeatureCheckerHandlerFactory();
            ExecutionContext             ctx = new ExecutionContext(fc, null);

            target.CanExecute(ctx, IdeApp.Workspace.ActiveConfiguration);
            return(fc.SupportedFeatures);
        }
Esempio n. 2
0
		public static DebuggerFeatures GetSupportedFeatures (IBuildTarget target)
		{
			FeatureCheckerHandlerFactory fc = new FeatureCheckerHandlerFactory ();
			ExecutionContext ctx = new ExecutionContext (fc, null);
			target.CanExecute (ctx, IdeApp.Workspace.ActiveConfiguration);
			return fc.SupportedFeatures;
		}