public class Process extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.Process
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System
|
static java.lang.String |
className
Qualified class name: System.Diagnostics.Process
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Process() |
Process(java.lang.Object instance)
Internal constructor.
|
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Process()
throws java.lang.Throwable
java.lang.Throwablepublic Process(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addErrorDataReceived(DataReceivedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addExited(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addOutputDataReceived(DataReceivedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void BeginErrorReadLine()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ThreadAbortException,
TaskSchedulerException,
TaskCanceledException,
AggregateException,
SemaphoreFullException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionThreadAbortExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionIndexOutOfRangeExceptionpublic void BeginOutputReadLine()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ThreadAbortException,
TaskSchedulerException,
TaskCanceledException,
AggregateException,
SemaphoreFullException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionThreadAbortExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionIndexOutOfRangeExceptionpublic void CancelErrorRead()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void CancelOutputRead()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public static Process cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Process, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedProcess instancejava.lang.Throwable - in case of error during cast operationpublic void Close()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic boolean CloseMainWindow()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionpublic static void EnterDebugMode()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException,
FormatException,
IndexOutOfRangeException,
Win32Exception
public int getBasePriority()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic static Process GetCurrentProcess() throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnableRaisingEvents()
throws java.lang.Throwable
java.lang.Throwablepublic int getExitCode()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic DateTime getExitTime() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException, OverflowException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionOverflowExceptionpublic int getHandleCount()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic boolean getHasExited()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic int getId()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic java.lang.String getMachineName()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic ProcessModule getMainModule() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, FormatException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionFormatExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic java.lang.String getMainWindowTitle()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionpublic ProcessModuleCollection getModules() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic int getNonpagedSystemMemorySize()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic long getNonpagedSystemMemorySize64()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic int getPagedMemorySize()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic long getPagedMemorySize64()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic int getPagedSystemMemorySize()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic long getPagedSystemMemorySize64()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic int getPeakPagedMemorySize()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic long getPeakPagedMemorySize64()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic int getPeakVirtualMemorySize()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic long getPeakVirtualMemorySize64()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic int getPeakWorkingSet()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic long getPeakWorkingSet64()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic boolean getPriorityBoostEnabled()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic ProcessPriorityClass getPriorityClass() throws java.lang.Throwable, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, FormatException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, AccessViolationException
java.lang.ThrowableArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionFormatExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionpublic int getPrivateMemorySize()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic long getPrivateMemorySize64()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic TimeSpan getPrivilegedProcessorTime() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic static Process GetProcessById(int processId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, NotSupportedException, PlatformNotSupportedException, Win32Exception, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionPlatformNotSupportedExceptionWin32ExceptionAccessViolationExceptionpublic static Process GetProcessById(int processId, java.lang.String machineName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NullReferenceException, NotSupportedException, CultureNotFoundException, PlatformNotSupportedException, Win32Exception, IOException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionNullReferenceExceptionNotSupportedExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic static Process[] GetProcesses() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, NotSupportedException, KeyNotFoundException, OutOfMemoryException, PlatformNotSupportedException, Win32Exception, IOException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionKeyNotFoundExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic static Process[] GetProcesses(java.lang.String machineName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, PlatformNotSupportedException, SecurityException, Win32Exception, UnauthorizedAccessException, IOException, AbandonedMutexException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionSecurityExceptionWin32ExceptionUnauthorizedAccessExceptionIOExceptionAbandonedMutexExceptionAccessViolationExceptionpublic static Process[] GetProcessesByName(java.lang.String processName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NullReferenceException, NotSupportedException, KeyNotFoundException, OutOfMemoryException, IndexOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, Win32Exception, AccessViolationException, AbandonedMutexException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionNullReferenceExceptionNotSupportedExceptionKeyNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionWin32ExceptionAccessViolationExceptionAbandonedMutexExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static Process[] GetProcessesByName(java.lang.String processName, java.lang.String machineName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, NotSupportedException, KeyNotFoundException, OutOfMemoryException, PlatformNotSupportedException, Win32Exception, IOException, AccessViolationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionKeyNotFoundExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionWin32ExceptionIOExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic java.lang.String getProcessName()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic boolean getResponding()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionpublic SafeProcessHandle getSafeHandle() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic int getSessionId()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic StreamReader getStandardError() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public StreamWriter getStandardInput() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public StreamReader getStandardOutput() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public ProcessStartInfo getStartInfo() throws java.lang.Throwable
java.lang.Throwablepublic DateTime getStartTime() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException, OverflowException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionOverflowExceptionpublic ISynchronizeInvoke getSynchronizingObject() throws java.lang.Throwable
java.lang.Throwablepublic ProcessThreadCollection getThreads() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic TimeSpan getTotalProcessorTime() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic TimeSpan getUserProcessorTime() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic int getVirtualMemorySize()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic long getVirtualMemorySize64()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic int getWorkingSet()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic long getWorkingSet64()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic void Kill()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotImplementedException,
IndexOutOfRangeException,
MissingManifestResourceException,
FormatException,
PlatformNotSupportedException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException
java.lang.ThrowableArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionFormatExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionpublic static void LeaveDebugMode()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException,
FormatException,
IndexOutOfRangeException,
Win32Exception
public void Refresh()
throws java.lang.Throwable
java.lang.Throwablepublic void removeErrorDataReceived(DataReceivedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeExited(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeOutputDataReceived(DataReceivedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setEnableRaisingEvents(boolean EnableRaisingEvents)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
AbandonedMutexException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
InvalidOperationException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
Win32Exception
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionWin32Exceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setPriorityBoostEnabled(boolean PriorityBoostEnabled)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
IOException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionIOExceptionAccessViolationExceptionpublic void setPriorityClass(ProcessPriorityClass PriorityClass) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, PlatformNotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, CultureNotFoundException, Win32Exception, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionCultureNotFoundExceptionWin32ExceptionAccessViolationExceptionpublic void setStartInfo(ProcessStartInfo StartInfo) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void setSynchronizingObject(ISynchronizeInvoke SynchronizingObject) throws java.lang.Throwable
java.lang.Throwablepublic boolean Start()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
OutOfMemoryException,
NullReferenceException,
Win32Exception,
IndexOutOfRangeException,
RankException,
FormatException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
CryptographicException,
KeyNotFoundException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOutOfMemoryExceptionNullReferenceExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionFormatExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCryptographicExceptionKeyNotFoundExceptionpublic static Process Start(ProcessStartInfo startInfo) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OutOfMemoryException, NullReferenceException, Win32Exception, IndexOutOfRangeException, RankException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CryptographicException, KeyNotFoundException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOutOfMemoryExceptionNullReferenceExceptionWin32ExceptionIndexOutOfRangeExceptionRankExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCryptographicExceptionKeyNotFoundExceptionFormatExceptionpublic static Process Start(java.lang.String fileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, Win32Exception, RankException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CryptographicException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionRankExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCryptographicExceptionKeyNotFoundExceptionpublic static Process Start(java.lang.String fileName, java.lang.String arguments) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, Win32Exception, RankException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CryptographicException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionRankExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCryptographicExceptionKeyNotFoundExceptionpublic static Process Start(java.lang.String fileName, java.lang.String userName, SecureString password, java.lang.String domain) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, Win32Exception, RankException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CryptographicException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionRankExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCryptographicExceptionKeyNotFoundExceptionpublic static Process Start(java.lang.String fileName, java.lang.String arguments, java.lang.String userName, SecureString password, java.lang.String domain) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, Win32Exception, RankException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CryptographicException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionWin32ExceptionRankExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCryptographicExceptionKeyNotFoundExceptionpublic void WaitForExit()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotImplementedException,
IndexOutOfRangeException,
MissingManifestResourceException,
FormatException,
PlatformNotSupportedException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException
java.lang.ThrowableArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionFormatExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionpublic boolean WaitForExit(int milliseconds)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
NotImplementedException,
MissingManifestResourceException,
IndexOutOfRangeException,
FormatException,
PlatformNotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException
java.lang.ThrowableArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionFormatExceptionPlatformNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionpublic boolean WaitForInputIdle()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
MissingManifestResourceException,
FormatException,
PlatformNotSupportedException,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
Win32Exception,
AccessViolationException
java.lang.ThrowableArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionFormatExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionpublic boolean WaitForInputIdle(int milliseconds)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotImplementedException,
IndexOutOfRangeException,
MissingManifestResourceException,
FormatException,
PlatformNotSupportedException,
NotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException
java.lang.ThrowableArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionFormatExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationException