C# 클래스 UIAStressHelpers.PacketInfo

To pass parameters to a thread, you need an 'object' datatype. This class serves as the object to the paramaterized thread that is called from the StressTests to Scenarios.StressTests.RunStressTests
파일 보기 프로젝트 열기: geeksree/cSharpGeeks 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PacketInfo ( UIA applicationElement, UIA element, IApplicationCommands appCommands, TestLab testLab, int actionCount, ArrayList automationProperties, ArrayList automationPatterns, Scenario scenario ) : System

Constructor of object to pass to the thread

메소드 상세

PacketInfo() 공개 메소드

Constructor of object to pass to the thread
public PacketInfo ( UIA applicationElement, UIA element, IApplicationCommands appCommands, TestLab testLab, int actionCount, ArrayList automationProperties, ArrayList automationPatterns, Scenario scenario ) : System
applicationElement UIA
element UIA
appCommands IApplicationCommands
testLab TestLab
actionCount int
automationProperties System.Collections.ArrayList
automationPatterns System.Collections.ArrayList
scenario Scenario
리턴 System