Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi
Interface ICDIExitInfo

All Superinterfaces:
ICDISessionObject

public interface ICDIExitInfo
extends ICDISessionObject

Represents an information provided by the session when the program exited.

Since:
Jul 10, 2002

Method Summary
 int getCode()
          Returns an exit code.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDISessionObject
getSession
 

Method Detail

getCode

int getCode()
Returns an exit code.

Returns:
an exit code

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.