internal XenClientGuestHostService()
 {
     xgsc = new XenGuestAgentLib.XenGuestServicesClass();
     EndpointBuilder = new DbusEndpointAbsoluteUriBuilder();
     ProxyBuilder = new ProxyBuilder(EndpointBuilder);
     CreateSignalProxies();
     SignalRegister();
 }
 public DbusEndpointUriComponentsPath(DbusEndpointAbsoluteUriBuilder endpointBuilder, string path)
     : base(endpointBuilder)
 {
     this.path = path;
 }
 public DbusEndpointUriComponentsBusname(DbusEndpointAbsoluteUriBuilder endpointBuilder, string busname)
     : base(endpointBuilder)
 {
     this.busname = busname;
 }
 public DbusEndpointUriComponentsAll(DbusEndpointAbsoluteUriBuilder endpointBuilder, string busname, string path)
     : base(endpointBuilder)
 {
     this.busname = busname;
     this.path = path;
 }
 public static DbusEndpointUriComponents CreateForPath(DbusEndpointAbsoluteUriBuilder endpointBuilder, string path)
 {
     return new DbusEndpointUriComponentsPath(endpointBuilder, path);
 }
 public static DbusEndpointUriComponents CreateForBusname(DbusEndpointAbsoluteUriBuilder endpointBuilder, string busname)
 {
     return new DbusEndpointUriComponentsBusname(endpointBuilder, busname);
 }
 public static DbusEndpointUriComponents Create(DbusEndpointAbsoluteUriBuilder endpointBuilder, string busname, string path)
 {
     return new DbusEndpointUriComponentsAll(endpointBuilder, busname, path);
 }
 static public DbusEndpointUriComponents Create(DbusEndpointAbsoluteUriBuilder endpointBuilder, string busname, string path)
 {
     return(new DbusEndpointUriComponentsAll(endpointBuilder, busname, path));
 }
 protected DbusEndpointUriComponents(DbusEndpointAbsoluteUriBuilder endpointBuilder)
 {
     this.endpointBuilder = endpointBuilder;
 }
 protected DbusEndpointUriComponents(DbusEndpointAbsoluteUriBuilder endpointBuilder)
 {
     this.endpointBuilder = endpointBuilder;
 }
 public DbusEndpointUriComponentsPath(DbusEndpointAbsoluteUriBuilder endpointBuilder, string path)
     : base(endpointBuilder)
 {
     this.path = path;
 }
 public DbusEndpointUriComponentsBusname(DbusEndpointAbsoluteUriBuilder endpointBuilder, string busname)
     : base(endpointBuilder)
 {
     this.busname = busname;
 }
 public DbusEndpointUriComponentsAll(DbusEndpointAbsoluteUriBuilder endpointBuilder, string busname, string path)
     : base(endpointBuilder)
 {
     this.busname = busname;
     this.path    = path;
 }
 static public DbusEndpointUriComponents CreateForPath(DbusEndpointAbsoluteUriBuilder endpointBuilder, string path)
 {
     return(new DbusEndpointUriComponentsPath(endpointBuilder, path));
 }
 static public DbusEndpointUriComponents CreateForBusname(DbusEndpointAbsoluteUriBuilder endpointBuilder, string busname)
 {
     return(new DbusEndpointUriComponentsBusname(endpointBuilder, busname));
 }
 public static DbusEndpointUriComponents Create(DbusEndpointAbsoluteUriBuilder endpointBuilder)
 {
     return new DbusEndpointUriComponents(endpointBuilder);
 }
 internal XenClientGuestHostService()
 {
     EndpointBuilder = new DbusEndpointAbsoluteUriBuilder();
     ProxyBuilder = new ProxyBuilder(EndpointBuilder);
 }
 static public DbusEndpointUriComponents Create(DbusEndpointAbsoluteUriBuilder endpointBuilder)
 {
     return(new DbusEndpointUriComponents(endpointBuilder));
 }