StartParameters Class
Represents a collection of name-and-value pairs that are organized based on the hash code of the name. This class cannot be inherited.
Definition
Members Table
The following table lists the members exposed by the StartParameters object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| Add | Adds an element with the specified name and value into the StartParameters. |
| Clear | Removes all elements from the StartParameters. |
| ContainsParameter | Determines whether the StartParameters contains a specific parameter. |
| CopyTo | Copies the StartParameters elements to an Array instance at the specified index. |
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| GetEnumerator | Returns an IEnumerator that can iterate through the StartParameters. |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| Remove | Removes the element with the specified name from the StartParameters. |
| StartParameters | Initializes a new instance of StartParameters. |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
| this[] | Gets or sets the name for the StartParameters. |
Properties
Inheritance Hierarchy
ObjectStartParameters
Class Information
| Namespace | System |
|---|
| Flash Library | corlib.scl |
|---|
| Flash Library Version | 2.0.0.2466 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|