C# Class BondInEtwLinqpadDriver.BondInEtwProperties

Class that defines the driver's properties.
Show file Open project: Reactive-Extensions/Tx Class Usage Examples

Public Methods

Method Description
BondInEtwProperties ( IConnectionInfo connectionInfo ) : System

An instantiation of the BondInEtwProperties class.

Private Methods

Method 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 method

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