Example #1
0
 /// <summary>
 /// returns all running MSForms.CheckBox objects from the running object table(ROT)
 /// </summary>
 /// <returns>an MSForms.CheckBox array</returns>
 public static NetOffice.MSFormsApi.CheckBox[] GetActiveInstances()
 {
     NetRuntimeSystem.Collections.Generic.List <object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("MSForms", "CheckBox");
     NetRuntimeSystem.Collections.Generic.List <NetOffice.MSFormsApi.CheckBox> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.MSFormsApi.CheckBox>();
     foreach (object proxy in proxyList)
     {
         resultList.Add(new NetOffice.MSFormsApi.CheckBox(null, proxy));
     }
     return(resultList.ToArray());
 }
		/// <summary>
        /// returns all running OWC10.FieldListControl objects from the running object table(ROT)
        /// </summary>
        /// <returns>an OWC10.FieldListControl array</returns>
		public static NetOffice.OWC10Api.FieldListControl[] GetActiveInstances()
		{		
			NetRuntimeSystem.Collections.Generic.List<object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("OWC10","FieldListControl");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.OWC10Api.FieldListControl> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.OWC10Api.FieldListControl>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.OWC10Api.FieldListControl(null, proxy) );
			return resultList.ToArray();
		}
Example #3
0
		/// <summary>
        /// Returns all running MSForms.HTMLCheckbox objects from the environment/system
        /// </summary>
        /// <returns>an MSForms.HTMLCheckbox array</returns>
		public static NetOffice.MSFormsApi.HTMLCheckbox[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("MSForms","HTMLCheckbox");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.MSFormsApi.HTMLCheckbox> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.MSFormsApi.HTMLCheckbox>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.MSFormsApi.HTMLCheckbox(null, proxy) );
			return resultList.ToArray();
		}
Example #4
0
		/// <summary>
        /// Returns all running Outlook.Accounts objects from the environment/system
        /// </summary>
        /// <returns>an Outlook.Accounts array</returns>
		public static NetOffice.OutlookApi.Accounts[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Outlook","Accounts");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.OutlookApi.Accounts> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.OutlookApi.Accounts>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.OutlookApi.Accounts(null, proxy) );
			return resultList.ToArray();
		}
Example #5
0
		/// <summary>
        /// Returns all running PowerPoint.Application objects from the environment/system
        /// </summary>
        /// <returns>an PowerPoint.Application array</returns>
		public static NetOffice.PowerPointApi.Application[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("PowerPoint","Application");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.PowerPointApi.Application> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.PowerPointApi.Application>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.PowerPointApi.Application(null, proxy) );
			return resultList.ToArray();
		}
Example #6
0
		/// <summary>
        /// returns all running VBIDE.CodeModule objects from the running object table(ROT)
        /// </summary>
        /// <returns>an VBIDE.CodeModule array</returns>
		public static NetOffice.VBIDEApi.CodeModule[] GetActiveInstances()
		{		
			NetRuntimeSystem.Collections.Generic.List<object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("VBIDE","CodeModule");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.VBIDEApi.CodeModule> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.VBIDEApi.CodeModule>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.VBIDEApi.CodeModule(null, proxy) );
			return resultList.ToArray();
		}
Example #7
0
        /// <summary>
        /// Returns all running MSHTML.Scriptlet objects from the environment/system
        /// </summary>
        /// <returns>an MSHTML.Scriptlet array</returns>
        public static NetOffice.MSHTMLApi.Scriptlet[] GetActiveInstances()
        {
            IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("MSHTML", "Scriptlet");

            NetRuntimeSystem.Collections.Generic.List <NetOffice.MSHTMLApi.Scriptlet> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.MSHTMLApi.Scriptlet>();
            foreach (object proxy in proxyList)
            {
                resultList.Add(new NetOffice.MSHTMLApi.Scriptlet(null, proxy));
            }
            return(resultList.ToArray());
        }
		/// <summary>
        /// Returns all running MSHTML.HTMLDocumentCompatibleInfoCollection objects from the environment/system
        /// </summary>
        /// <returns>an MSHTML.HTMLDocumentCompatibleInfoCollection array</returns>
		public static NetOffice.MSHTMLApi.HTMLDocumentCompatibleInfoCollection[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("MSHTML","HTMLDocumentCompatibleInfoCollection");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.MSHTMLApi.HTMLDocumentCompatibleInfoCollection> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.MSHTMLApi.HTMLDocumentCompatibleInfoCollection>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.MSHTMLApi.HTMLDocumentCompatibleInfoCollection(null, proxy) );
			return resultList.ToArray();
		}
Example #9
0
        /// <summary>
        /// Returns all running VBIDE.ReferencesEvents objects from the environment/system
        /// </summary>
        /// <returns>an VBIDE.ReferencesEvents array</returns>
        public static NetOffice.VBIDEApi.ReferencesEvents[] GetActiveInstances()
        {
            IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("VBIDE", "ReferencesEvents");

            NetRuntimeSystem.Collections.Generic.List <NetOffice.VBIDEApi.ReferencesEvents> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.VBIDEApi.ReferencesEvents>();
            foreach (object proxy in proxyList)
            {
                resultList.Add(new NetOffice.VBIDEApi.ReferencesEvents(null, proxy));
            }
            return(resultList.ToArray());
        }
        /// <summary>
        /// Returns all running Outlook.TaskRequestDeclineItem objects from the environment/system
        /// </summary>
        /// <returns>an Outlook.TaskRequestDeclineItem array</returns>
        public static NetOffice.OutlookApi.TaskRequestDeclineItem[] GetActiveInstances()
        {
            IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Outlook", "TaskRequestDeclineItem");

            NetRuntimeSystem.Collections.Generic.List <NetOffice.OutlookApi.TaskRequestDeclineItem> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.OutlookApi.TaskRequestDeclineItem>();
            foreach (object proxy in proxyList)
            {
                resultList.Add(new NetOffice.OutlookApi.TaskRequestDeclineItem(null, proxy));
            }
            return(resultList.ToArray());
        }
Example #11
0
 /// <summary>
 /// returns all running Word.ParagraphFormat objects from the running object table(ROT)
 /// </summary>
 /// <returns>an Word.ParagraphFormat array</returns>
 public static NetOffice.WordApi.ParagraphFormat[] GetActiveInstances()
 {
     NetRuntimeSystem.Collections.Generic.List <object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("Word", "ParagraphFormat");
     NetRuntimeSystem.Collections.Generic.List <NetOffice.WordApi.ParagraphFormat> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.WordApi.ParagraphFormat>();
     foreach (object proxy in proxyList)
     {
         resultList.Add(new NetOffice.WordApi.ParagraphFormat(null, proxy));
     }
     return(resultList.ToArray());
 }
        /// <summary>
        /// Returns all running Outlook.OlkBusinessCardControl objects from the environment/system
        /// </summary>
        /// <returns>an Outlook.OlkBusinessCardControl array</returns>
        public static NetOffice.OutlookApi.OlkBusinessCardControl[] GetActiveInstances()
        {
            IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Outlook", "OlkBusinessCardControl");

            NetRuntimeSystem.Collections.Generic.List <NetOffice.OutlookApi.OlkBusinessCardControl> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.OutlookApi.OlkBusinessCardControl>();
            foreach (object proxy in proxyList)
            {
                resultList.Add(new NetOffice.OutlookApi.OlkBusinessCardControl(null, proxy));
            }
            return(resultList.ToArray());
        }
Example #13
0
 /// <summary>
 /// returns all running MSHTML.ThreadDialogProcParam objects from the running object table(ROT)
 /// </summary>
 /// <returns>an MSHTML.ThreadDialogProcParam array</returns>
 public static NetOffice.MSHTMLApi.ThreadDialogProcParam[] GetActiveInstances()
 {
     NetRuntimeSystem.Collections.Generic.List <object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("MSHTML", "ThreadDialogProcParam");
     NetRuntimeSystem.Collections.Generic.List <NetOffice.MSHTMLApi.ThreadDialogProcParam> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.MSHTMLApi.ThreadDialogProcParam>();
     foreach (object proxy in proxyList)
     {
         resultList.Add(new NetOffice.MSHTMLApi.ThreadDialogProcParam(null, proxy));
     }
     return(resultList.ToArray());
 }
Example #14
0
		/// <summary>
        /// Returns all running DAO.Group objects from the environment/system
        /// </summary>
        /// <returns>an DAO.Group array</returns>
		public static NetOffice.DAOApi.Group[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("DAO","Group");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.DAOApi.Group> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.DAOApi.Group>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.DAOApi.Group(null, proxy) );
			return resultList.ToArray();
		}
 /// <summary>
 /// returns all running VBIDE.ReferencesEvents objects from the running object table(ROT)
 /// </summary>
 /// <returns>an VBIDE.ReferencesEvents array</returns>
 public static NetOffice.VBIDEApi.ReferencesEvents[] GetActiveInstances()
 {
     NetRuntimeSystem.Collections.Generic.List <object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("VBIDE", "ReferencesEvents");
     NetRuntimeSystem.Collections.Generic.List <NetOffice.VBIDEApi.ReferencesEvents> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.VBIDEApi.ReferencesEvents>();
     foreach (object proxy in proxyList)
     {
         resultList.Add(new NetOffice.VBIDEApi.ReferencesEvents(null, proxy));
     }
     return(resultList.ToArray());
 }
Example #16
0
		/// <summary>
        /// returns all running PowerPoint.Slide objects from the running object table(ROT)
        /// </summary>
        /// <returns>an PowerPoint.Slide array</returns>
		public static NetOffice.PowerPointApi.Slide[] GetActiveInstances()
		{		
			NetRuntimeSystem.Collections.Generic.List<object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("PowerPoint","Slide");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.PowerPointApi.Slide> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.PowerPointApi.Slide>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.PowerPointApi.Slide(null, proxy) );
			return resultList.ToArray();
		}
Example #17
0
 /// <summary>
 /// returns all running ADODB.Connection objects from the running object table(ROT)
 /// </summary>
 /// <returns>an ADODB.Connection array</returns>
 public static NetOffice.ADODBApi.Connection[] GetActiveInstances()
 {
     NetRuntimeSystem.Collections.Generic.List <object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("ADODB", "Connection");
     NetRuntimeSystem.Collections.Generic.List <NetOffice.ADODBApi.Connection> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.ADODBApi.Connection>();
     foreach (object proxy in proxyList)
     {
         resultList.Add(new NetOffice.ADODBApi.Connection(null, proxy));
     }
     return(resultList.ToArray());
 }
Example #18
0
		/// <summary>
        /// returns all running DAO.QueryDef objects from the running object table(ROT)
        /// </summary>
        /// <returns>an DAO.QueryDef array</returns>
		public static NetOffice.DAOApi.QueryDef[] GetActiveInstances()
		{		
			NetRuntimeSystem.Collections.Generic.List<object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("DAO","QueryDef");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.DAOApi.QueryDef> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.DAOApi.QueryDef>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.DAOApi.QueryDef(null, proxy) );
			return resultList.ToArray();
		}
Example #19
0
 /// <summary>
 /// returns all running DAO.PrivDBEngine objects from the running object table(ROT)
 /// </summary>
 /// <returns>an DAO.PrivDBEngine array</returns>
 public static NetOffice.DAOApi.PrivDBEngine[] GetActiveInstances()
 {
     NetRuntimeSystem.Collections.Generic.List <object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("DAO", "PrivDBEngine");
     NetRuntimeSystem.Collections.Generic.List <NetOffice.DAOApi.PrivDBEngine> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.DAOApi.PrivDBEngine>();
     foreach (object proxy in proxyList)
     {
         resultList.Add(new NetOffice.DAOApi.PrivDBEngine(null, proxy));
     }
     return(resultList.ToArray());
 }
Example #20
0
		/// <summary>
        /// Returns all running VBIDE.Component objects from the environment/system
        /// </summary>
        /// <returns>an VBIDE.Component array</returns>
		public static NetOffice.VBIDEApi.Component[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("VBIDE","Component");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.VBIDEApi.Component> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.VBIDEApi.Component>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.VBIDEApi.Component(null, proxy) );
			return resultList.ToArray();
		}
        /// <summary>
        /// Returns all running Visio.DataRecordsetChangedEvent objects from the environment/system
        /// </summary>
        /// <returns>an Visio.DataRecordsetChangedEvent array</returns>
        public static NetOffice.VisioApi.DataRecordsetChangedEvent[] GetActiveInstances()
        {
            IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Visio", "DataRecordsetChangedEvent");

            NetRuntimeSystem.Collections.Generic.List <NetOffice.VisioApi.DataRecordsetChangedEvent> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.VisioApi.DataRecordsetChangedEvent>();
            foreach (object proxy in proxyList)
            {
                resultList.Add(new NetOffice.VisioApi.DataRecordsetChangedEvent(null, proxy));
            }
            return(resultList.ToArray());
        }
Example #22
0
		/// <summary>
        /// Returns all running Office.CustomTaskPane objects from the environment/system
        /// </summary>
        /// <returns>an Office.CustomTaskPane array</returns>
		public static NetOffice.OfficeApi.CustomTaskPane[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Office","CustomTaskPane");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.OfficeApi.CustomTaskPane> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.OfficeApi.CustomTaskPane>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.OfficeApi.CustomTaskPane(null, proxy) );
			return resultList.ToArray();
		}
Example #23
0
        /// <summary>
        /// Returns all running Access.Rectangle objects from the environment/system
        /// </summary>
        /// <returns>an Access.Rectangle array</returns>
        public static NetOffice.AccessApi.Rectangle[] GetActiveInstances()
        {
            IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Access", "Rectangle");

            NetRuntimeSystem.Collections.Generic.List <NetOffice.AccessApi.Rectangle> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.AccessApi.Rectangle>();
            foreach (object proxy in proxyList)
            {
                resultList.Add(new NetOffice.AccessApi.Rectangle(null, proxy));
            }
            return(resultList.ToArray());
        }
Example #24
0
		/// <summary>
        /// returns all running Access.Report objects from the running object table(ROT)
        /// </summary>
        /// <returns>an Access.Report array</returns>
		public static NetOffice.AccessApi.Report[] GetActiveInstances()
		{		
			NetRuntimeSystem.Collections.Generic.List<object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("Access","Report");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.AccessApi.Report> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.AccessApi.Report>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.AccessApi.Report(null, proxy) );
			return resultList.ToArray();
		}
        /// <summary>
        /// Returns all running Outlook.ImportanceRuleCondition objects from the environment/system
        /// </summary>
        /// <returns>an Outlook.ImportanceRuleCondition array</returns>
        public static NetOffice.OutlookApi.ImportanceRuleCondition[] GetActiveInstances()
        {
            IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Outlook", "ImportanceRuleCondition");

            NetRuntimeSystem.Collections.Generic.List <NetOffice.OutlookApi.ImportanceRuleCondition> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.OutlookApi.ImportanceRuleCondition>();
            foreach (object proxy in proxyList)
            {
                resultList.Add(new NetOffice.OutlookApi.ImportanceRuleCondition(null, proxy));
            }
            return(resultList.ToArray());
        }
Example #26
0
		/// <summary>
        /// returns all running Visio.Layers objects from the running object table(ROT)
        /// </summary>
        /// <returns>an Visio.Layers array</returns>
		public static NetOffice.VisioApi.Layers[] GetActiveInstances()
		{		
			NetRuntimeSystem.Collections.Generic.List<object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("Visio","Layers");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.VisioApi.Layers> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.VisioApi.Layers>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.VisioApi.Layers(null, proxy) );
			return resultList.ToArray();
		}
Example #27
0
        /// <summary>
        /// Returns all running Office.CommandBarComboBox objects from the environment/system
        /// </summary>
        /// <returns>an Office.CommandBarComboBox array</returns>
        public static NetOffice.OfficeApi.CommandBarComboBox[] GetActiveInstances()
        {
            IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Office", "CommandBarComboBox");

            NetRuntimeSystem.Collections.Generic.List <NetOffice.OfficeApi.CommandBarComboBox> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.OfficeApi.CommandBarComboBox>();
            foreach (object proxy in proxyList)
            {
                resultList.Add(new NetOffice.OfficeApi.CommandBarComboBox(null, proxy));
            }
            return(resultList.ToArray());
        }
Example #28
0
		/// <summary>
        /// Returns all running Word.ParagraphFormat objects from the environment/system
        /// </summary>
        /// <returns>an Word.ParagraphFormat array</returns>
		public static NetOffice.WordApi.ParagraphFormat[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Word","ParagraphFormat");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.WordApi.ParagraphFormat> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.WordApi.ParagraphFormat>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.WordApi.ParagraphFormat(null, proxy) );
			return resultList.ToArray();
		}
Example #29
0
 /// <summary>
 /// returns all running OWC10.ChartSpace objects from the running object table(ROT)
 /// </summary>
 /// <returns>an OWC10.ChartSpace array</returns>
 public static NetOffice.OWC10Api.ChartSpace[] GetActiveInstances()
 {
     NetRuntimeSystem.Collections.Generic.List <object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("OWC10", "ChartSpace");
     NetRuntimeSystem.Collections.Generic.List <NetOffice.OWC10Api.ChartSpace> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.OWC10Api.ChartSpace>();
     foreach (object proxy in proxyList)
     {
         resultList.Add(new NetOffice.OWC10Api.ChartSpace(null, proxy));
     }
     return(resultList.ToArray());
 }
		/// <summary>
        /// Returns all running Access._ToggleButtonInOption objects from the environment/system
        /// </summary>
        /// <returns>an Access._ToggleButtonInOption array</returns>
		public static NetOffice.AccessApi._ToggleButtonInOption[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Access","_ToggleButtonInOption");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.AccessApi._ToggleButtonInOption> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.AccessApi._ToggleButtonInOption>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.AccessApi._ToggleButtonInOption(null, proxy) );
			return resultList.ToArray();
		}
Example #31
0
        /// <summary>
        /// Returns all running MSComctlLib.ListItem objects from the environment/system
        /// </summary>
        /// <returns>an MSComctlLib.ListItem array</returns>
        public static NetOffice.MSComctlLibApi.ListItem[] GetActiveInstances()
        {
            IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("MSComctlLib", "ListItem");

            NetRuntimeSystem.Collections.Generic.List <NetOffice.MSComctlLibApi.ListItem> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.MSComctlLibApi.ListItem>();
            foreach (object proxy in proxyList)
            {
                resultList.Add(new NetOffice.MSComctlLibApi.ListItem(null, proxy));
            }
            return(resultList.ToArray());
        }
Example #32
0
		/// <summary>
        /// Returns all running Access.NavigationControl objects from the environment/system
        /// </summary>
        /// <returns>an Access.NavigationControl array</returns>
		public static NetOffice.AccessApi.NavigationControl[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Access","NavigationControl");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.AccessApi.NavigationControl> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.AccessApi.NavigationControl>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.AccessApi.NavigationControl(null, proxy) );
			return resultList.ToArray();
		}
Example #33
0
        /// <summary>
        /// Returns all running Outlook.CalendarSharing objects from the environment/system
        /// </summary>
        /// <returns>an Outlook.CalendarSharing array</returns>
        public static NetOffice.OutlookApi.CalendarSharing[] GetActiveInstances()
        {
            IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Outlook", "CalendarSharing");

            NetRuntimeSystem.Collections.Generic.List <NetOffice.OutlookApi.CalendarSharing> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.OutlookApi.CalendarSharing>();
            foreach (object proxy in proxyList)
            {
                resultList.Add(new NetOffice.OutlookApi.CalendarSharing(null, proxy));
            }
            return(resultList.ToArray());
        }
		/// <summary>
        /// Returns all running Outlook.SenderInAddressListRuleCondition objects from the environment/system
        /// </summary>
        /// <returns>an Outlook.SenderInAddressListRuleCondition array</returns>
		public static NetOffice.OutlookApi.SenderInAddressListRuleCondition[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Outlook","SenderInAddressListRuleCondition");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.OutlookApi.SenderInAddressListRuleCondition> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.OutlookApi.SenderInAddressListRuleCondition>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.OutlookApi.SenderInAddressListRuleCondition(null, proxy) );
			return resultList.ToArray();
		}
        /// <summary>
        /// Returns all running Visio.ContainerProperties objects from the environment/system
        /// </summary>
        /// <returns>an Visio.ContainerProperties array</returns>
        public static NetOffice.VisioApi.ContainerProperties[] GetActiveInstances()
        {
            IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Visio", "ContainerProperties");

            NetRuntimeSystem.Collections.Generic.List <NetOffice.VisioApi.ContainerProperties> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.VisioApi.ContainerProperties>();
            foreach (object proxy in proxyList)
            {
                resultList.Add(new NetOffice.VisioApi.ContainerProperties(null, proxy));
            }
            return(resultList.ToArray());
        }
Example #36
0
		/// <summary>
        /// Returns all running MSComctlLib.Toolbar objects from the environment/system
        /// </summary>
        /// <returns>an MSComctlLib.Toolbar array</returns>
		public static NetOffice.MSComctlLibApi.Toolbar[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("MSComctlLib","Toolbar");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.MSComctlLibApi.Toolbar> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.MSComctlLibApi.Toolbar>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.MSComctlLibApi.Toolbar(null, proxy) );
			return resultList.ToArray();
		}
Example #37
0
 /// <summary>
 /// returns all running MSHTML.HTMLStyleSheetRule objects from the running object table(ROT)
 /// </summary>
 /// <returns>an MSHTML.HTMLStyleSheetRule array</returns>
 public static NetOffice.MSHTMLApi.HTMLStyleSheetRule[] GetActiveInstances()
 {
     NetRuntimeSystem.Collections.Generic.List <object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("MSHTML", "HTMLStyleSheetRule");
     NetRuntimeSystem.Collections.Generic.List <NetOffice.MSHTMLApi.HTMLStyleSheetRule> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.MSHTMLApi.HTMLStyleSheetRule>();
     foreach (object proxy in proxyList)
     {
         resultList.Add(new NetOffice.MSHTMLApi.HTMLStyleSheetRule(null, proxy));
     }
     return(resultList.ToArray());
 }
Example #38
0
		/// <summary>
        /// returns all running ADODB.Parameter objects from the running object table(ROT)
        /// </summary>
        /// <returns>an ADODB.Parameter array</returns>
		public static NetOffice.ADODBApi.Parameter[] GetActiveInstances()
		{		
			NetRuntimeSystem.Collections.Generic.List<object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("ADODB","Parameter");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.ADODBApi.Parameter> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.ADODBApi.Parameter>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.ADODBApi.Parameter(null, proxy) );
			return resultList.ToArray();
		}
Example #39
0
 /// <summary>
 /// returns all running Visio.ToolbarItems objects from the running object table(ROT)
 /// </summary>
 /// <returns>an Visio.ToolbarItems array</returns>
 public static NetOffice.VisioApi.ToolbarItems[] GetActiveInstances()
 {
     NetRuntimeSystem.Collections.Generic.List <object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("Visio", "ToolbarItems");
     NetRuntimeSystem.Collections.Generic.List <NetOffice.VisioApi.ToolbarItems> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.VisioApi.ToolbarItems>();
     foreach (object proxy in proxyList)
     {
         resultList.Add(new NetOffice.VisioApi.ToolbarItems(null, proxy));
     }
     return(resultList.ToArray());
 }
Example #40
0
		/// <summary>
        /// Returns all running MSHTML.XDomainRequest objects from the environment/system
        /// </summary>
        /// <returns>an MSHTML.XDomainRequest array</returns>
		public static NetOffice.MSHTMLApi.XDomainRequest[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("MSHTML","XDomainRequest");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.MSHTMLApi.XDomainRequest> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.MSHTMLApi.XDomainRequest>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.MSHTMLApi.XDomainRequest(null, proxy) );
			return resultList.ToArray();
		}
Example #41
0
 /// <summary>
 /// returns all running Outlook.TaskItem objects from the running object table(ROT)
 /// </summary>
 /// <returns>an Outlook.TaskItem array</returns>
 public static NetOffice.OutlookApi.TaskItem[] GetActiveInstances()
 {
     NetRuntimeSystem.Collections.Generic.List <object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("Outlook", "TaskItem");
     NetRuntimeSystem.Collections.Generic.List <NetOffice.OutlookApi.TaskItem> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.OutlookApi.TaskItem>();
     foreach (object proxy in proxyList)
     {
         resultList.Add(new NetOffice.OutlookApi.TaskItem(null, proxy));
     }
     return(resultList.ToArray());
 }
Example #42
0
		/// <summary>
        /// returns all running MSForms.TextBox objects from the running object table(ROT)
        /// </summary>
        /// <returns>an MSForms.TextBox array</returns>
		public static NetOffice.MSFormsApi.TextBox[] GetActiveInstances()
		{		
			NetRuntimeSystem.Collections.Generic.List<object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("MSForms","TextBox");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.MSFormsApi.TextBox> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.MSFormsApi.TextBox>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.MSFormsApi.TextBox(null, proxy) );
			return resultList.ToArray();
		}
Example #43
0
        /// <summary>
        /// Returns all running MSForms.HTMLHidden objects from the environment/system
        /// </summary>
        /// <returns>an MSForms.HTMLHidden array</returns>
        public static NetOffice.MSFormsApi.HTMLHidden[] GetActiveInstances()
        {
            IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("MSForms", "HTMLHidden");

            NetRuntimeSystem.Collections.Generic.List <NetOffice.MSFormsApi.HTMLHidden> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.MSFormsApi.HTMLHidden>();
            foreach (object proxy in proxyList)
            {
                resultList.Add(new NetOffice.MSFormsApi.HTMLHidden(null, proxy));
            }
            return(resultList.ToArray());
        }
Example #44
0
		/// <summary>
        /// returns all running Word.LetterContent objects from the running object table(ROT)
        /// </summary>
        /// <returns>an Word.LetterContent array</returns>
		public static NetOffice.WordApi.LetterContent[] GetActiveInstances()
		{		
			NetRuntimeSystem.Collections.Generic.List<object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("Word","LetterContent");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.WordApi.LetterContent> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.WordApi.LetterContent>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.WordApi.LetterContent(null, proxy) );
			return resultList.ToArray();
		}
 /// <summary>
 /// returns all running Access.AllDatabaseDiagrams objects from the running object table(ROT)
 /// </summary>
 /// <returns>an Access.AllDatabaseDiagrams array</returns>
 public static NetOffice.AccessApi.AllDatabaseDiagrams[] GetActiveInstances()
 {
     NetRuntimeSystem.Collections.Generic.List <object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("Access", "AllDatabaseDiagrams");
     NetRuntimeSystem.Collections.Generic.List <NetOffice.AccessApi.AllDatabaseDiagrams> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.AccessApi.AllDatabaseDiagrams>();
     foreach (object proxy in proxyList)
     {
         resultList.Add(new NetOffice.AccessApi.AllDatabaseDiagrams(null, proxy));
     }
     return(resultList.ToArray());
 }
		/// <summary>
        /// Returns all running MSHTML.HTCPropertyBehavior objects from the environment/system
        /// </summary>
        /// <returns>an MSHTML.HTCPropertyBehavior array</returns>
		public static NetOffice.MSHTMLApi.HTCPropertyBehavior[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("MSHTML","HTCPropertyBehavior");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.MSHTMLApi.HTCPropertyBehavior> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.MSHTMLApi.HTCPropertyBehavior>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.MSHTMLApi.HTCPropertyBehavior(null, proxy) );
			return resultList.ToArray();
		}
Example #47
0
 /// <summary>
 /// returns all running MSComctlLib.ColumnHeaders objects from the running object table(ROT)
 /// </summary>
 /// <returns>an MSComctlLib.ColumnHeaders array</returns>
 public static NetOffice.MSComctlLibApi.ColumnHeaders[] GetActiveInstances()
 {
     NetRuntimeSystem.Collections.Generic.List <object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("MSComctlLib", "ColumnHeaders");
     NetRuntimeSystem.Collections.Generic.List <NetOffice.MSComctlLibApi.ColumnHeaders> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.MSComctlLibApi.ColumnHeaders>();
     foreach (object proxy in proxyList)
     {
         resultList.Add(new NetOffice.MSComctlLibApi.ColumnHeaders(null, proxy));
     }
     return(resultList.ToArray());
 }
Example #48
0
		/// <summary>
        /// Returns all running Visio.AccelTable objects from the environment/system
        /// </summary>
        /// <returns>an Visio.AccelTable array</returns>
		public static NetOffice.VisioApi.AccelTable[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Visio","AccelTable");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.VisioApi.AccelTable> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.VisioApi.AccelTable>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.VisioApi.AccelTable(null, proxy) );
			return resultList.ToArray();
		}
Example #49
0
		/// <summary>
        /// returns all running Excel.Workbook objects from the running object table(ROT)
        /// </summary>
        /// <returns>an Excel.Workbook array</returns>
		public static NetOffice.ExcelApi.Workbook[] GetActiveInstances()
		{		
			NetRuntimeSystem.Collections.Generic.List<object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("Excel","Workbook");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.ExcelApi.Workbook> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.ExcelApi.Workbook>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.ExcelApi.Workbook(null, proxy) );
			return resultList.ToArray();
		}
Example #50
0
		/// <summary>
        /// returns all running Outlook.OutlookBarPane objects from the running object table(ROT)
        /// </summary>
        /// <returns>an Outlook.OutlookBarPane array</returns>
		public static NetOffice.OutlookApi.OutlookBarPane[] GetActiveInstances()
		{		
			NetRuntimeSystem.Collections.Generic.List<object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("Outlook","OutlookBarPane");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.OutlookApi.OutlookBarPane> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.OutlookApi.OutlookBarPane>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.OutlookApi.OutlookBarPane(null, proxy) );
			return resultList.ToArray();
		}
Example #51
0
		/// <summary>
        /// Returns all running Access.SmartTagProperties objects from the environment/system
        /// </summary>
        /// <returns>an Access.SmartTagProperties array</returns>
		public static NetOffice.AccessApi.SmartTagProperties[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("Access","SmartTagProperties");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.AccessApi.SmartTagProperties> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.AccessApi.SmartTagProperties>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.AccessApi.SmartTagProperties(null, proxy) );
			return resultList.ToArray();
		}
Example #52
0
		/// <summary>
        /// returns all running MSComctlLib.Button objects from the running object table(ROT)
        /// </summary>
        /// <returns>an MSComctlLib.Button array</returns>
		public static NetOffice.MSComctlLibApi.Button[] GetActiveInstances()
		{		
			NetRuntimeSystem.Collections.Generic.List<object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("MSComctlLib","Button");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.MSComctlLibApi.Button> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.MSComctlLibApi.Button>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.MSComctlLibApi.Button(null, proxy) );
			return resultList.ToArray();
		}
		/// <summary>
        /// Returns all running MSHTML.ThreadDialogProcParam objects from the environment/system
        /// </summary>
        /// <returns>an MSHTML.ThreadDialogProcParam array</returns>
		public static NetOffice.MSHTMLApi.ThreadDialogProcParam[] GetActiveInstances()
		{		
			IDisposableEnumeration proxyList = NetOffice.ProxyService.GetActiveInstances("MSHTML","ThreadDialogProcParam");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.MSHTMLApi.ThreadDialogProcParam> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.MSHTMLApi.ThreadDialogProcParam>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.MSHTMLApi.ThreadDialogProcParam(null, proxy) );
			return resultList.ToArray();
		}
Example #54
0
		/// <summary>
        /// returns all running MSHTML.HTMLTableCell objects from the running object table(ROT)
        /// </summary>
        /// <returns>an MSHTML.HTMLTableCell array</returns>
		public static NetOffice.MSHTMLApi.HTMLTableCell[] GetActiveInstances()
		{		
			NetRuntimeSystem.Collections.Generic.List<object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("MSHTML","HTMLTableCell");
			NetRuntimeSystem.Collections.Generic.List<NetOffice.MSHTMLApi.HTMLTableCell> resultList = new NetRuntimeSystem.Collections.Generic.List<NetOffice.MSHTMLApi.HTMLTableCell>();
			foreach(object proxy in proxyList)
				resultList.Add( new NetOffice.MSHTMLApi.HTMLTableCell(null, proxy) );
			return resultList.ToArray();
		}
Example #55
0
 /// <summary>
 /// returns all running Access.SmartTagProperty objects from the running object table(ROT)
 /// </summary>
 /// <returns>an Access.SmartTagProperty array</returns>
 public static NetOffice.AccessApi.SmartTagProperty[] GetActiveInstances()
 {
     NetRuntimeSystem.Collections.Generic.List <object> proxyList = NetOffice.RunningObjectTable.GetActiveProxiesFromROT("Access", "SmartTagProperty");
     NetRuntimeSystem.Collections.Generic.List <NetOffice.AccessApi.SmartTagProperty> resultList = new NetRuntimeSystem.Collections.Generic.List <NetOffice.AccessApi.SmartTagProperty>();
     foreach (object proxy in proxyList)
     {
         resultList.Add(new NetOffice.AccessApi.SmartTagProperty(null, proxy));
     }
     return(resultList.ToArray());
 }