C# Class Microsoft.Zing.Application.SimpleChan

Inheritance: Microsoft.Zing.ZingChan
Afficher le fichier Open project: ZingModelChecker/Zing

Méthodes publiques

Méthode Description
Clone ( ) : object
SimpleChan ( ) : System
SimpleChan ( Application app ) : System
TraverseFields ( FieldTraverser ft ) : void
WriteString ( StateImpl state, BinaryWriter bw ) : void

Private Methods

Méthode Description
SimpleChan ( SimpleChan c ) : System

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

SimpleChan() public méthode

public SimpleChan ( ) : System
Résultat System

SimpleChan() public méthode

public SimpleChan ( Application app ) : System
app Application
Résultat System

TraverseFields() public méthode

public TraverseFields ( FieldTraverser ft ) : void
ft FieldTraverser
Résultat void

WriteString() public méthode

public WriteString ( StateImpl state, BinaryWriter bw ) : void
state StateImpl
bw System.IO.BinaryWriter
Résultat void