C# Class BondInEtwLinqpadDriver.BondInEtwProperties

Class that defines the driver's properties.
Afficher le fichier Open project: Reactive-Extensions/Tx Class Usage Examples

Méthodes publiques

Méthode Description
BondInEtwProperties ( IConnectionInfo connectionInfo ) : System

An instantiation of the BondInEtwProperties class.

Private Methods

Méthode Description
Pack ( IEnumerable files ) : string

Packs the file names to a string.

UnPack ( System.Xml.Linq.XElement xElement ) : string[]

Unpacks the file names to a list.

Method Details

BondInEtwProperties() public méthode

An instantiation of the BondInEtwProperties class.
public BondInEtwProperties ( IConnectionInfo connectionInfo ) : System
connectionInfo IConnectionInfo connection info
Résultat System