public class ProcessEventArguments
extends java.lang.Object
Constructor and Description |
---|
ProcessEventArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getIsLocalProcess()
If true, the process is running on the same computer as the debug adapter.
|
java.lang.String |
getName()
The logical name of the process.
|
java.lang.Integer |
getPointerSize()
The size of a pointer or address for this process, in bits.
|
ProcessEventArgumentsStartMethod |
getStartMethod()
Describes how the debug engine started debugging this process.
|
java.lang.Integer |
getSystemProcessId()
The system process id of the debugged process.
|
int |
hashCode() |
void |
setIsLocalProcess(java.lang.Boolean isLocalProcess)
If true, the process is running on the same computer as the debug adapter.
|
void |
setName(java.lang.String name)
The logical name of the process.
|
void |
setPointerSize(java.lang.Integer pointerSize)
The size of a pointer or address for this process, in bits.
|
void |
setStartMethod(ProcessEventArgumentsStartMethod startMethod)
Describes how the debug engine started debugging this process.
|
void |
setSystemProcessId(java.lang.Integer systemProcessId)
The system process id of the debugged process.
|
java.lang.String |
toString() |
@Pure public java.lang.String getName()
public void setName(java.lang.String name)
@Pure public java.lang.Integer getSystemProcessId()
This is an optional property.
public void setSystemProcessId(java.lang.Integer systemProcessId)
This is an optional property.
@Pure public java.lang.Boolean getIsLocalProcess()
This is an optional property.
public void setIsLocalProcess(java.lang.Boolean isLocalProcess)
This is an optional property.
@Pure public ProcessEventArgumentsStartMethod getStartMethod()
This is an optional property.
public void setStartMethod(ProcessEventArgumentsStartMethod startMethod)
This is an optional property.
@Pure public java.lang.Integer getPointerSize()
This is an optional property.
public void setPointerSize(java.lang.Integer pointerSize)
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object