[This is preliminary documentation and is subject to change.]

Examples

The examples listed below demonstrate many of the simulation constructs and features of React.NET. The source code for all these examples is available in the examples directory in the React.NET distribution.

Note that most of the example code is show without header and XML documentation comments.

Greetings (delegate version)
A version of the ubiquitous "Hello, World" program that creates a Process using a delegate.
Greetings (derived version)
Another version of a "Hello, World" program that creates a Process using derivation (i.e. creating a sub-class).
Greetings (simulation derivitive)
One last version of the "Hello, World" program that from the Simulation class. The process is created using delegation like in Greetings (delegate version).