C# 클래스 BondInEtwLinqpadDriver.BondInEtwProperties

Class that defines the driver's properties.
파일 보기 프로젝트 열기: Reactive-Extensions/Tx 1 사용 예제들

공개 메소드들

메소드 설명
BondInEtwProperties ( IConnectionInfo connectionInfo ) : System

An instantiation of the BondInEtwProperties class.

비공개 메소드들

메소드 설명
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.

메소드 상세

BondInEtwProperties() 공개 메소드

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