public class

DebuggerProcessInformation

extends Object
implements IDebuggerProcessInformation
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerProcessInformation

Class Overview

Standard implementation.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerProcessInformation
Public Constructors
DebuggerProcessInformation(long id, String name, int flags)
Public Methods
int getFlags()
long getId()
String getName()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerProcessInformation

Public Constructors

public DebuggerProcessInformation (long id, String name, int flags)

Public Methods

public int getFlags ()

public long getId ()

public String getName ()

public String toString ()