class Component
in global :: System . ComponentModel
Provides the base implementation for the interface and enables object sharing between applications.
public IContainer Container { get; }
Gets the that contains the .
- Returns The that contains the , if any, or if the is not encapsulated in an .
public ISite Site { get; set; }
Gets or sets the of the .
- Returns The associated with the , or if the is not encapsulated in an , the does not have an associated with it, or the is removed from its .
public void add_Disposed( EventHandler value )
😔 No documentation found.
public void remove_Disposed( EventHandler value )
😔 No documentation found.
public void Dispose( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public object GetLifetimeService( )
😔 No documentation found.
public object InitializeLifetimeService( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public Component( )
😔 No documentation found.