New Message on dotNET User Group Hyd

VJs Tip Of The Day

Reply
  Reply to Sender   Recommend Message 49 in Discussion
From: VishalRJoshi

Activator.CreateInstance() Method

Activator is a class in System namespace... This class is one of the most
widely used class to create instances at runtime, of types locally or
remotely defined... Usually it returns back an object or an objecthandle...
There are lots of overloads of this method and in local scenarios mostly
take System.Type() as one of the parameter... Its certain overloads also
take typename as string and return back an object handle... This
objecthandle then needs to be unwrapped to get back the object... The
overload which returns objecthandle is mostly used in Remoting...

CreateInstance is a static member of the class and so can be accessed
directly without object creation...

Vishal Joshi
Microsoft MVP .Net
If You Think YOU CAN... You Can...
http://VishalJoshi.Blogspot.com
http://www.microsoft.com/india/mvp/indiamvp.aspx
http://groups.msn.com/ChennaiNetUserGroup
http://groups.msn.com/CNUG-DAM
http://groups.msn.com/NetBloomingtonUserGroup

PS: Abhishek, Microsoft India MVP lead has helped us get the information
about free hands-on on Online Security by Microsoft Learning... It is really
an awesome opportunity and is available to everyone for free... For more
information visit my blog... Thanks Abhi for the info...

PPS: To all those who are new addition to the list, please find the archives
of previous tips at my blog site @ http://VishalJoshi.Blogspot.com


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