org.virtualbox_6_1
Class IGuestProcess

java.lang.Object
  extended by org.virtualbox_6_1.IUnknown
      extended by org.virtualbox_6_1.IProcess
          extended by org.virtualbox_6_1.IGuestProcess

public class IGuestProcess
extends IProcess

Implementation of theIProcessobject for processes the host has started in the guest. Interface ID: {35CF4B3F-4453-4F3E-C9B8-5686939C80B6}


Field Summary
 
Fields inherited from class org.virtualbox_6_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestProcess(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()
           
static IGuestProcess queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_6_1.IProcess
getArguments, getEnvironment, getEventSource, getExecutablePath, getExitCode, getName, getPID, getStatus, read, terminate, waitFor, waitForArray, write, writeArray
 
Methods inherited from class org.virtualbox_6_1.IUnknown
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGuestProcess

public IGuestProcess(java.lang.String wrapped,
                     org.virtualbox_6_1.ObjectRefManager objMgr,
                     org.virtualbox_6_1.jaxws.VboxPortType port)
Method Detail

getMidlDoesNotLikeEmptyInterfaces

public java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()

queryInterface

public static IGuestProcess queryInterface(IUnknown obj)