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.Diagnostics.Process, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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.Diagnostics.Process, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Diagnostics.Processstatic java.lang.String
className
Qualified class name: System.Diagnostics.Processstatic 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
GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Diagnostics.Process, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Diagnostics.Process- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Diagnostics.Process- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Process
public Process(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
Process
public Process() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
-
-
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(JCObject instance)
- Overrides:
setJCOInstance
in classComponent
-
getJCOType
public 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, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingMemberException, Win32Exception, OutOfMemoryException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingMemberException
Win32Exception
OutOfMemoryException
AbandonedMutexException
-
Start
public boolean Start() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException, AbandonedMutexException, OutOfMemoryException, ArgumentNullException, AggregateException, IndexOutOfRangeException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, Win32Exception, CryptographicException, FormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
WaitHandleCannotBeOpenedException
AbandonedMutexException
OutOfMemoryException
ArgumentNullException
AggregateException
IndexOutOfRangeException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
Win32Exception
CryptographicException
FormatException
-
WaitForExit
public boolean WaitForExit(int milliseconds) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, MissingMemberException, Win32Exception, OutOfMemoryException, EventSourceException, TaskSchedulerException, TaskCanceledException, AggregateException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
ArrayTypeMismatchException
AbandonedMutexException
CultureNotFoundException
InvalidOperationException
MissingMemberException
Win32Exception
OutOfMemoryException
EventSourceException
TaskSchedulerException
TaskCanceledException
AggregateException
-
WaitForExit
public boolean WaitForExit(TimeSpan timeout) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, AbandonedMutexException, CultureNotFoundException, Win32Exception, OutOfMemoryException, TaskSchedulerException, TaskCanceledException, AggregateException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
AbandonedMutexException
CultureNotFoundException
Win32Exception
OutOfMemoryException
TaskSchedulerException
TaskCanceledException
AggregateException
-
WaitForInputIdle
public boolean WaitForInputIdle() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArgumentOutOfRangeException, AbandonedMutexException, InvalidOperationException, IndexOutOfRangeException, CultureNotFoundException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArgumentOutOfRangeException
AbandonedMutexException
InvalidOperationException
IndexOutOfRangeException
CultureNotFoundException
Win32Exception
OutOfMemoryException
-
WaitForInputIdle
public boolean WaitForInputIdle(int milliseconds) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, MissingMemberException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
ArrayTypeMismatchException
AbandonedMutexException
CultureNotFoundException
InvalidOperationException
MissingMemberException
Win32Exception
OutOfMemoryException
-
WaitForInputIdle
public boolean WaitForInputIdle(TimeSpan timeout) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, AbandonedMutexException, CultureNotFoundException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
AbandonedMutexException
CultureNotFoundException
Win32Exception
OutOfMemoryException
-
GetCurrentProcess
public static Process GetCurrentProcess() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
-
GetProcessById
public static Process GetProcessById(int processId, java.lang.String machineName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, OutOfMemoryException, ExternalException, CultureNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArrayTypeMismatchException, AbandonedMutexException, Win32Exception, IndexOutOfRangeException, RankException, MissingMemberException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
NotSupportedException
OutOfMemoryException
ExternalException
CultureNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArrayTypeMismatchException
AbandonedMutexException
Win32Exception
IndexOutOfRangeException
RankException
MissingMemberException
IOException
-
GetProcessById
public static Process GetProcessById(int processId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, CultureNotFoundException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, AbandonedMutexException, Win32Exception, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMemberException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
NotSupportedException
CultureNotFoundException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
AbandonedMutexException
Win32Exception
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMemberException
-
Start
public static Process Start(ProcessStartInfo startInfo) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, AggregateException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, Win32Exception, OutOfMemoryException, CryptographicException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
AggregateException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
Win32Exception
OutOfMemoryException
CryptographicException
FormatException
-
Start
public static Process Start(java.lang.String fileName, java.lang.String userName, SecureString password, java.lang.String domain) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, PlatformNotSupportedException, AggregateException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
ObjectDisposedException
PlatformNotSupportedException
AggregateException
IndexOutOfRangeException
Win32Exception
OutOfMemoryException
CryptographicException
-
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, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, PlatformNotSupportedException, AggregateException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
ObjectDisposedException
PlatformNotSupportedException
AggregateException
IndexOutOfRangeException
Win32Exception
OutOfMemoryException
CryptographicException
-
Start
public static Process Start(java.lang.String fileName, java.lang.String arguments) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, PlatformNotSupportedException, AggregateException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
ObjectDisposedException
PlatformNotSupportedException
AggregateException
IndexOutOfRangeException
Win32Exception
OutOfMemoryException
CryptographicException
-
Start
public static Process Start(java.lang.String fileName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, PlatformNotSupportedException, AggregateException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
ObjectDisposedException
PlatformNotSupportedException
AggregateException
IndexOutOfRangeException
Win32Exception
OutOfMemoryException
CryptographicException
-
GetProcesses
public static Process[] GetProcesses() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, OutOfMemoryException, ExternalException, CultureNotFoundException, ObjectDisposedException, FormatException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
NotSupportedException
OutOfMemoryException
ExternalException
CultureNotFoundException
ObjectDisposedException
FormatException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
-
GetProcesses
public static Process[] GetProcesses(java.lang.String machineName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, OutOfMemoryException, ExternalException, FormatException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, MissingMemberException, IOException, ObjectDisposedException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
CultureNotFoundException
OutOfMemoryException
ExternalException
FormatException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
MissingMemberException
IOException
ObjectDisposedException
UnauthorizedAccessException
Win32Exception
-
GetProcessesByName
public static Process[] GetProcessesByName(java.lang.String processName, java.lang.String machineName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, OutOfMemoryException, ExternalException, FormatException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, MissingMemberException, IOException, ObjectDisposedException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
CultureNotFoundException
OutOfMemoryException
ExternalException
FormatException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
MissingMemberException
IOException
ObjectDisposedException
UnauthorizedAccessException
Win32Exception
-
GetProcessesByName
public static Process[] GetProcessesByName(java.lang.String processName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, OutOfMemoryException, ExternalException, CultureNotFoundException, ObjectDisposedException, FormatException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
NotSupportedException
OutOfMemoryException
ExternalException
CultureNotFoundException
ObjectDisposedException
FormatException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
-
WaitForExitAsync
public Task WaitForExitAsync(CancellationToken cancellationToken) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
-
BeginErrorReadLine
public void BeginErrorReadLine() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, SynchronizationLockException, OutOfMemoryException
-
BeginOutputReadLine
public void BeginOutputReadLine() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, SynchronizationLockException, OutOfMemoryException
-
CancelErrorRead
public void CancelErrorRead() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
-
CancelOutputRead
public void CancelOutputRead() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
-
Close
public void Close() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, WaitHandleCannotBeOpenedException, AbandonedMutexException, OutOfMemoryException, AggregateException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
ArgumentException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
WaitHandleCannotBeOpenedException
AbandonedMutexException
OutOfMemoryException
AggregateException
-
EnterDebugMode
public static void EnterDebugMode() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
IndexOutOfRangeException
FormatException
Win32Exception
-
Kill
public void Kill() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArgumentOutOfRangeException, ArrayTypeMismatchException, AbandonedMutexException, InvalidOperationException, CultureNotFoundException, ArgumentNullException, MissingMemberException, IOException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArgumentOutOfRangeException
ArrayTypeMismatchException
AbandonedMutexException
InvalidOperationException
CultureNotFoundException
ArgumentNullException
MissingMemberException
IOException
Win32Exception
OutOfMemoryException
-
Kill
public void Kill(boolean entireProcessTree) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, MissingMemberException, Win32Exception, OutOfMemoryException, RankException, IndexOutOfRangeException, AggregateException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
ArrayTypeMismatchException
AbandonedMutexException
CultureNotFoundException
InvalidOperationException
MissingMemberException
Win32Exception
OutOfMemoryException
RankException
IndexOutOfRangeException
AggregateException
-
LeaveDebugMode
public static void LeaveDebugMode() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
IndexOutOfRangeException
FormatException
Win32Exception
-
Refresh
public void Refresh() throws java.lang.Throwable, NotSupportedException, ArgumentException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
-
WaitForExit
public void WaitForExit() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArgumentOutOfRangeException, AbandonedMutexException, InvalidOperationException, IndexOutOfRangeException, CultureNotFoundException, Win32Exception, OutOfMemoryException, TaskSchedulerException, TaskCanceledException, AggregateException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArgumentOutOfRangeException
AbandonedMutexException
InvalidOperationException
IndexOutOfRangeException
CultureNotFoundException
Win32Exception
OutOfMemoryException
TaskSchedulerException
TaskCanceledException
AggregateException
-
getEnableRaisingEvents
public boolean getEnableRaisingEvents() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEnableRaisingEvents
public void setEnableRaisingEvents(boolean EnableRaisingEvents) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, AbandonedMutexException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
AbandonedMutexException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
Win32Exception
-
getHasExited
public boolean getHasExited() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPriorityBoostEnabled
public boolean getPriorityBoostEnabled() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, MissingMemberException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
ArrayTypeMismatchException
AbandonedMutexException
CultureNotFoundException
InvalidOperationException
MissingMemberException
Win32Exception
OutOfMemoryException
-
setPriorityBoostEnabled
public void setPriorityBoostEnabled(boolean PriorityBoostEnabled) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, MissingMemberException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
ArrayTypeMismatchException
AbandonedMutexException
CultureNotFoundException
InvalidOperationException
MissingMemberException
Win32Exception
OutOfMemoryException
-
getResponding
public boolean getResponding() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingMemberException, Win32Exception, OutOfMemoryException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingMemberException
Win32Exception
OutOfMemoryException
AbandonedMutexException
-
getBasePriority
public int getBasePriority() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getExitCode
public int getExitCode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getHandleCount
public int getHandleCount() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getId
public int getId() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getNonpagedSystemMemorySize
public int getNonpagedSystemMemorySize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPagedMemorySize
public int getPagedMemorySize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPagedSystemMemorySize
public int getPagedSystemMemorySize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPeakPagedMemorySize
public int getPeakPagedMemorySize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPeakVirtualMemorySize
public int getPeakVirtualMemorySize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPeakWorkingSet
public int getPeakWorkingSet() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPrivateMemorySize
public int getPrivateMemorySize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getSessionId
public int getSessionId() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getVirtualMemorySize
public int getVirtualMemorySize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getWorkingSet
public int getWorkingSet() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getNonpagedSystemMemorySize64
public long getNonpagedSystemMemorySize64() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPagedMemorySize64
public long getPagedMemorySize64() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPagedSystemMemorySize64
public long getPagedSystemMemorySize64() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPeakPagedMemorySize64
public long getPeakPagedMemorySize64() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPeakVirtualMemorySize64
public long getPeakVirtualMemorySize64() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPeakWorkingSet64
public long getPeakWorkingSet64() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPrivateMemorySize64
public long getPrivateMemorySize64() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getVirtualMemorySize64
public long getVirtualMemorySize64() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getWorkingSet64
public long getWorkingSet64() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getSafeHandle
public SafeProcessHandle getSafeHandle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
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, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
OverflowException
-
getStartTime
public DateTime getStartTime() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArgumentOutOfRangeException, AbandonedMutexException, InvalidOperationException, IndexOutOfRangeException, CultureNotFoundException, Win32Exception, OutOfMemoryException, OverflowException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArgumentOutOfRangeException
AbandonedMutexException
InvalidOperationException
IndexOutOfRangeException
CultureNotFoundException
Win32Exception
OutOfMemoryException
OverflowException
-
getMainModule
public ProcessModule getMainModule() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getModules
public ProcessModuleCollection getModules() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPriorityClass
public ProcessPriorityClass getPriorityClass() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, MissingMemberException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
ArrayTypeMismatchException
AbandonedMutexException
CultureNotFoundException
InvalidOperationException
MissingMemberException
Win32Exception
OutOfMemoryException
-
setPriorityClass
public void setPriorityClass(ProcessPriorityClass PriorityClass) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, AbandonedMutexException, MissingMemberException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
AbandonedMutexException
MissingMemberException
Win32Exception
OutOfMemoryException
-
getStartInfo
public ProcessStartInfo getStartInfo() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
setStartInfo
public void setStartInfo(ProcessStartInfo StartInfo) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
getThreads
public ProcessThreadCollection getThreads() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getStandardError
public StreamReader getStandardError() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
-
getStandardOutput
public StreamReader getStandardOutput() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
-
getStandardInput
public StreamWriter getStandardInput() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
-
getMachineName
public java.lang.String getMachineName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getMainWindowTitle
public java.lang.String getMainWindowTitle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingMemberException, Win32Exception, OutOfMemoryException, AbandonedMutexException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingMemberException
Win32Exception
OutOfMemoryException
AbandonedMutexException
ArrayTypeMismatchException
-
getProcessName
public java.lang.String getProcessName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, MissingMemberException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException, FormatException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
MissingMethodException
TargetInvocationException
MissingMemberException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
FormatException
AbandonedMutexException
-
getPrivilegedProcessorTime
public TimeSpan getPrivilegedProcessorTime() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, MissingMemberException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
ArrayTypeMismatchException
AbandonedMutexException
CultureNotFoundException
InvalidOperationException
MissingMemberException
Win32Exception
OutOfMemoryException
-
getTotalProcessorTime
public TimeSpan getTotalProcessorTime() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, MissingMemberException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
ArrayTypeMismatchException
AbandonedMutexException
CultureNotFoundException
InvalidOperationException
MissingMemberException
Win32Exception
OutOfMemoryException
-
getUserProcessorTime
public TimeSpan getUserProcessorTime() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, MissingMemberException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
ArrayTypeMismatchException
AbandonedMutexException
CultureNotFoundException
InvalidOperationException
MissingMemberException
Win32Exception
OutOfMemoryException
-
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
-
-