ClassAutomationMethod
Class
Represents a method on an AutomationObject
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class AutomationMethod
Inheritance: objectAutomationMethod
Constructors
AutomationMethod(string, Type)
Creates a new AutomationMethod
Properties
Name
Gets / Sets the name of the method this object represents
Parameters
Gets / Sets the parameters for the method call
Declaration
cs-api-definition
[DataMember]
public object[] Parameters { get; set; }
Property Value
object[]
ReturnType
Gets / Sets the return type of the method this object represents
ReturnTypeName
Gets / Sets the return type name of the method this object represents
Declaration
cs-api-definition
[DataMember]
public string ReturnTypeName { get; set; }
Property Value
Methods
ReturnsAutomationPeer()
Whether this object is an AutomationObject or not.
Declaration
cs-api-definition
public bool ReturnsAutomationPeer()
Returns
True/False whether or not this object is an AutomationObject.