C# Class Microsoft.Zing.TerminateProcessEvent

This event is generated when a process terminates normally. State.GetEvents
Processes terminate normally by returning from their top-level method.
Inheritance: ZingEvent
Datei anzeigen Open project: ZingModelChecker/Zing

Public Methods

Method Description
ToString ( ) : string

Formats the event showing the name of the terminating process.

ToXml ( XmlElement parent ) : void

Private Methods

Method Description
TerminateProcessEvent ( ZingSourceContext context, ZingAttribute contextAttribute ) : System
TerminateProcessEvent ( ZingSourceContext context, ZingAttribute contextAttribute, int SerialNumber ) : System

Method Details

ToString() public method

Formats the event showing the name of the terminating process.
public ToString ( ) : string
return string

ToXml() public method

public ToXml ( XmlElement parent ) : void
parent System.Xml.XmlElement
return void