AutomationMethod
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class AutomationMethod
Inheritance: objectAutomationMethod
Constructors
Properties
C#
[DataMember]
public object[] Parameters { get; set; }
C#
public Type ReturnType { get; set; }
C#
[DataMember]
public string ReturnTypeName { get; set; }