Class AutomationMethod
Inheritance
System.Object
AutomationMethod
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight
Assembly: ArtOfTest.WebAii.dll
Syntax
public class AutomationMethod
Constructors
AutomationMethod(String, Type)
Declaration
public AutomationMethod(string name, Type returnType)
Parameters
System.String
name
|
System.Type
returnType
|
Properties
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Parameters
Declaration
public object[] Parameters { get; set; }
Property Value
System.Object[]
|
ReturnType
Declaration
public Type ReturnType { get; set; }
Property Value
System.Type
|
ReturnTypeName
Declaration
public string ReturnTypeName { get; set; }
Property Value
System.String
|
Methods
ReturnsAutomationPeer()
Declaration
public bool ReturnsAutomationPeer()
Returns
System.Boolean
|