New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Silverlight

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
[DataContract]
public class AutomationMethod

Inheritance: objectAutomationMethod

Constructors

C#
public AutomationMethod(string name, Type returnType)
Parameters:namestringreturnTypeType

Properties

C#
[DataMember]
public string Name { get; set; }
C#
[DataMember]
public object[] Parameters { get; set; }
C#
public Type ReturnType { get; set; }
C#
[DataMember]
public string ReturnTypeName { get; set; }

Methods

C#
public bool ReturnsAutomationPeer()
Returns:

bool