GOA - System.StartParameters

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

public sealed class StartParameters: Object, ICollection

Members Table

MethodDescription
AddAdds an element with the specified name and value into the StartParameters.
ClearRemoves all elements from the StartParameters.
ContainsParameterDetermines whether the StartParameters contains a specific parameter.
CopyToCopies the StartParameters elements to an Array instance at the specified index.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetEnumeratorReturns an IEnumerator that can iterate through the StartParameters.
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveRemoves the element with the specified name from the StartParameters.
StartParametersInitializes a new instance of StartParameters.
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Gets or sets the name for the StartParameters.
PropertyDescription
CountGets the number of name-and-value pairs in the StartParameters.
IsSynchronizedWhen implemented by a class, gets a value indicating whether access to the ICollection is synchronized. (Inherited from ICollection)
NamesGets an ICollection containing the names in the StartParameters.
SyncRootWhen implemented by a class, gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection)
System.Collections.ICollection.IsSynchronizedGets a value indicating whether access to the StartParameters is synchronized.
System.Collections.ICollection.SyncRootGets an object that can be used to synchronize access to the StartParameters.
ValuesGets an ICollection containing the values in the StartParameters.

Inheritance Hierarchy

Object
StartParameters

Class Information

NamespaceSystem
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.