System.ComponentModel.Component Class
Information   Base Types   Related Resources

Provides the base implementation for the IComponent interface and enables object-sharing between applications.

  • Namespace: System.ComponentModel
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: System.dll

  • System.MarshalByRefObject
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (11)Discussions (240)MembersRotorChanges
    Public Constructors
    public Component()(No summary available.)
     
    Public Properties
    public System.ComponentModel.IContainer ContainerGets the IContainer that contains the Component.
    public System.ComponentModel.ISite SiteGets or sets the ISite of the Component.
     
    Public Methods
    public void Dispose()Releases all resources used by the Component.
    public System.String ToString()(No summary available.)
     
    Public Events
    public event System.EventHandler Disposed()Adds an event handler to listen to the Disposed event on the component.
     
    Protected Methods
    protected void Dispose(System.Boolean disposing)Releases the unmanaged resources used by the Component and optionally releases the managed resources.
    protected void Finalize()Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
    protected System.Boolean get_DesignMode()(No summary available.)
    protected System.ComponentModel.EventHandlerList get_Events()(No summary available.)
    protected System.Object GetService(System.Type service)Returns an object that represents a service provided by the Component or by its Container.
     
    Private Constructors
    private static Component()(No summary available.)
     
    Private Fields
    private static System.Object EventDisposed(No summary available.)
    private System.ComponentModel.EventHandlerList events(No summary available.)
    private System.ComponentModel.ISite site(No summary available.)
     
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com