Mono.UIAutomation.UiaDbusSource.UiaDbusElement.UiaDbusElement C# (CSharp) Method

UiaDbusElement() public method

public UiaDbusElement ( Mono.UIAutomation.UiaDbus.Interfaces dbusElement, string busName, string dbusPath, UiaDbusAutomationSource source ) : System
dbusElement Mono.UIAutomation.UiaDbus.Interfaces
busName string
dbusPath string
source UiaDbusAutomationSource
return System
		public UiaDbusElement (DCI.IAutomationElement dbusElement, string busName,
		                        string dbusPath, UiaDbusAutomationSource source)
		{
			this.source = source;
			this.busName = busName;
			this.dbusPath = dbusPath;
			this.dbusElement = dbusElement;
		}