Package system.diagnostics
Class Process
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.diagnostics.Process
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class Process extends Component
The base .NET class managing System.Diagnostics.Process, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.Process
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: Systemstatic java.lang.String
className
Qualified class name: System.Diagnostics.Processstatic org.mases.jcobridge.JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Diagnostics.Process- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classComponent
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classComponent
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classComponent
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classComponent
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Process cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoProcess
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Process
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CloseMainWindow
public boolean CloseMainWindow() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
AccessViolationException
-
Start
public 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
- 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
-
WaitForExit
public 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
- 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
-
WaitForInputIdle
public boolean WaitForInputIdle() throws java.lang.Throwable, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, FormatException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, OutOfMemoryException, Win32Exception, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
MissingManifestResourceException
FormatException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
OutOfMemoryException
Win32Exception
AccessViolationException
-
WaitForInputIdle
public 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
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
FormatException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
AccessViolationException
-
GetCurrentProcess
public static Process GetCurrentProcess() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetProcessById
public static Process GetProcessById(int processId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, NotSupportedException, PlatformNotSupportedException, Win32Exception, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NullReferenceException
NotSupportedException
PlatformNotSupportedException
Win32Exception
AccessViolationException
-
GetProcessById
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
NullReferenceException
NotSupportedException
CultureNotFoundException
PlatformNotSupportedException
Win32Exception
IOException
AccessViolationException
-
Start
public 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
- 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
-
Start
public 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
- 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
-
Start
public 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
- 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
-
Start
public 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
- 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
-
Start
public 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
- 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
-
GetProcesses
public static Process[] GetProcesses() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, NotSupportedException, KeyNotFoundException, OutOfMemoryException, PlatformNotSupportedException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NullReferenceException
NotSupportedException
KeyNotFoundException
OutOfMemoryException
PlatformNotSupportedException
Win32Exception
IOException
AccessViolationException
-
GetProcesses
public 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
- 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
-
GetProcessesByName
public 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
- 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
-
GetProcessesByName
public 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
- 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
-
BeginErrorReadLine
public 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
- 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
-
BeginOutputReadLine
public 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
- 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
-
CancelErrorRead
public void CancelErrorRead() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
CancelOutputRead
public void CancelOutputRead() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
Close
public void Close() throws java.lang.Throwable, ArgumentException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
-
EnterDebugMode
public static void EnterDebugMode() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, FormatException, IndexOutOfRangeException, Win32Exception
-
Kill
public 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
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
FormatException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
AccessViolationException
-
LeaveDebugMode
public static void LeaveDebugMode() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, FormatException, IndexOutOfRangeException, Win32Exception
-
Refresh
public void Refresh() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WaitForExit
public 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
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
FormatException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
AccessViolationException
-
getEnableRaisingEvents
public boolean getEnableRaisingEvents() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEnableRaisingEvents
public void setEnableRaisingEvents(boolean EnableRaisingEvents) throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, AbandonedMutexException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, OutOfMemoryException, Win32Exception
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentOutOfRangeException
AbandonedMutexException
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
InvalidOperationException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
OutOfMemoryException
Win32Exception
-
getHasExited
public boolean getHasExited() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getPriorityBoostEnabled
public boolean getPriorityBoostEnabled() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
setPriorityBoostEnabled
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getResponding
public boolean getResponding() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
AccessViolationException
-
getBasePriority
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
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getExitCode
public int getExitCode() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getHandleCount
public int getHandleCount() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getId
public int getId() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getNonpagedSystemMemorySize
public int getNonpagedSystemMemorySize() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getPagedMemorySize
public int getPagedMemorySize() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getPagedSystemMemorySize
public int getPagedSystemMemorySize() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getPeakPagedMemorySize
public int getPeakPagedMemorySize() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getPeakVirtualMemorySize
public int getPeakVirtualMemorySize() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getPeakWorkingSet
public int getPeakWorkingSet() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getPrivateMemorySize
public int getPrivateMemorySize() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getSessionId
public int getSessionId() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getVirtualMemorySize
public int getVirtualMemorySize() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getWorkingSet
public int getWorkingSet() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getNonpagedSystemMemorySize64
public long getNonpagedSystemMemorySize64() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getPagedMemorySize64
public long getPagedMemorySize64() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getPagedSystemMemorySize64
public long getPagedSystemMemorySize64() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getPeakPagedMemorySize64
public long getPeakPagedMemorySize64() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getPeakVirtualMemorySize64
public long getPeakVirtualMemorySize64() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getPeakWorkingSet64
public long getPeakWorkingSet64() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getPrivateMemorySize64
public long getPrivateMemorySize64() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getVirtualMemorySize64
public long getVirtualMemorySize64() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getWorkingSet64
public long getWorkingSet64() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getSafeHandle
public SafeProcessHandle getSafeHandle() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getSynchronizingObject
public ISynchronizeInvoke getSynchronizingObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSynchronizingObject
public void setSynchronizingObject(ISynchronizeInvoke SynchronizingObject) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getExitTime
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
OverflowException
-
getStartTime
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
OverflowException
-
getMainModule
public 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
- 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
-
getModules
public 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
- 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
-
getPriorityClass
public 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
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
FormatException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
AccessViolationException
-
setPriorityClass
public 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
- 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
-
getStartInfo
public ProcessStartInfo getStartInfo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStartInfo
public void setStartInfo(ProcessStartInfo StartInfo) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getThreads
public ProcessThreadCollection getThreads() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getStandardError
public StreamReader getStandardError() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getStandardOutput
public StreamReader getStandardOutput() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getStandardInput
public StreamWriter getStandardInput() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getMachineName
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getMainWindowTitle
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
AccessViolationException
-
getProcessName
public 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
- 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
-
getPrivilegedProcessorTime
public TimeSpan getPrivilegedProcessorTime() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getTotalProcessorTime
public TimeSpan getTotalProcessorTime() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
getUserProcessorTime
public TimeSpan getUserProcessorTime() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, IOException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
KeyNotFoundException
OutOfMemoryException
Win32Exception
IOException
AccessViolationException
-
addErrorDataReceived
public void addErrorDataReceived(DataReceivedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeErrorDataReceived
public void removeErrorDataReceived(DataReceivedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addOutputDataReceived
public void addOutputDataReceived(DataReceivedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeOutputDataReceived
public void removeOutputDataReceived(DataReceivedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addExited
public void addExited(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeExited
public void removeExited(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-