GOA - System.ComponentModel.Component

Component Class


Provides the base implementation for the IComponent interface.

Definition

public class Component: Object, IComponent, IDisposable

Members Table

MethodDescription
ComponentInitializes a new instance of Component.
DisposeOverloaded.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
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)
ToStringReturns a String that represents the current Object. (Inherited from Object)
PropertyDescription
ContainerGets the IContainer that contains the Component.
SiteGets or sets the ISite of the Component.
EventDescription
DisposedAdds an event handler to listen to the Disposed event on the component.

Inheritance Hierarchy

Object
Component

Class Information

NamespaceSystem.ComponentModel
Flash LibrarySystem.scl
Flash Library Version2.0.0.1308
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.