New Message on dotNET User Group Hyd

Component Class & Class files ???

Reply
  Recommend Message 2 in Discussion
From: s_hashim

Provides the base implementation for the IComponent interface and enables object-sharing between applications.
 
Component is the base class for all components in the common language runtime which marshal by reference. Component is remotable and derives from MarshalByRefObject. Component provides an implementation of IComponent. The MarshalByValueComponent provides an implementation of IComponent which marshals by value.
 
You can host a Component in any object that implements the IContainer interface, and can query and get services from its container. The container creates an ISite for each Component it contains. The container uses the site to manage the Component and is used by the Component to communicate with its container.
 
It is recommended that a Component release resources explicitly by calls to its Dispose method, without waiting for automatic memory management through an implicit call to Finalize. When a Container is disposed, all components within the Container are also disposed.
 

Class
 
A class is a definition for an object. It contains information about how an object should behave, including its name, methods, properties, and events.
 
A reference type that encapsulates data (constants and fields) and behavior (methods, properties, indexers, events, operators, instance constructors, static constructors, and destructors), and can contain nested types. Class types support inheritance, a mechanism whereby a derived class can extend and specialize a base class.
 

**********
Keep Smiling,
Regards.

Sayad Hashim Ali Kazi
Microsoft India Community Star.

SQL Star International Ltd.
SQL House, #13,Infocity,Madhapur,
Hyderabad 500 081.
Tel: +91-40-2310 1625(Off) +91-98491-29500(Cell)
www.mugh.net

-----Original Message-----
From: MRASHWINPRABHU [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 21, 2004 6:02 PM
To: dotNET User Group Hyd
Subject: Component Class & Class files ???

New Message on dotNET User Group Hyd

Component Class & Class files ???

Reply
  Reply to Sender   Recommend Message 1 in Discussion
From: MRASHWINPRABHU

Haiee
 
     What is the difference between the "Component Class" file and "Class" file ??
 
For REF:
   Check this two files in the "ADD ITEMS"
 
Cheers
M.R.ASHWINPRABHU

View other groups in this category.


View other groups in this category.

Click here!
Also on MSN:
Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes

To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.

Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.

If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.

Reply via email to