C# Class VSNDK.DebugEngine.AD7ProcessDestroyEvent

This interface is sent when a process is terminated, exits atypically, or is detached from. (http://msdn.microsoft.com/en-us/library/bb145152.aspx)
Inheritance: IDebugEvent2, IDebugProcessDestroyEvent2
Exibir arquivo Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
getGuid ( ) : System.Guid

Gets the GUID of this event.

Private Methods

Method Description
IDebugEvent2 ( uint &eventAttributes ) : int

Gets the attributes for this debug event. (http://msdn.microsoft.com/en-us/library/bb145575.aspx)

Method Details

getGuid() public method

Gets the GUID of this event.
public getGuid ( ) : System.Guid
return System.Guid