AvailableEvent Members
Describes an event that was raised by the system under test. This structure supports the generated test cases and is not intended to be used directly from your code.
The following tables list the members exposed by the AvailableEvent type.
Public Constructors
Name | Description | |
---|---|---|
AvailableEvent | Initializes a new instance of the AvailableEvent structure. |
Top
Public Properties
Name | Description | |
---|---|---|
Event | Gets the reflection information for the event. | |
Parameters | Gets the parameter list for the event. | |
Target | Gets the object that raised the event. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overridden. (Inherited from Object) | |
GetHashCode | Overridden. (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | Overridden. Returns a string that represents the event. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
AvailableEvent Structure
Microsoft.SpecExplorer.Runtime.Testing Namespace