Reflection and Assemblies in .NET

The advantages of assembly in .Net over the raw executables that you create in conventional programming are that you get information about the assembly itself. The assembly contains information like version, the files that it contains the type of assembly, and other referenced assemblies.

Single modules are used in an assembly most of the time and these modules have types and these types contain the members. The types are usually classes, interfaces, etc. The members are usually variables, methods and properties.

In .Net System.Reflection is the namespace that contains the classes that are used to get information about an assembly. The Assembly class that is found in the System.Reflection root namespace is used to get this information. Hence with this class it is possible to get the types and members of an assembly.

This helps you to get information about assembly and based on that information you can even load assemblies during runtime. GetInterfaces(), GetMethods(), GetMembers(), and InvokeMethod() are some of the methods available in the class Assembly of the System.Reflection namespace.



Sedalia school assemblies aim to educate students about consequences of sexting
Cyber safety was the topic of discussion during a morning assembly held Tuesday at Smith-Cotton Junior High.

U.S. Federal Reserve Meeting Minutes for August 10 (Text)
Following are the minutes of the Federal Reserve's Open Market Committee meeting that concluded on August 10.

ECM Libra Revises Downwards Target Price For KNM Group
KUALA LUMPUR, Sept 1 (Bernama) -- ECM Libra has revised downwards its target price for KNM Group to 49 sen from 55 sen previously given that the market continues to be plagued by lukewarm results, a lack of contract announcements and also its failed management buyout.




______________________________________________________

Recommended Resource



| Managing .NET Assemblies | Understanding Assemblies in .NET| Reflection and Assemblies in .NET | Advantages of using ASP.NET Assemblies | Understanding Assemblies in VB.NET | Building VB.NET Assemblies |



_______________

FREE Subscription

Stay Current With the Latest Technology Developments Realted to .NET. Signup for Our Newsletter and Receive New Articles Through Email.

Name:

Email:

Note : We never rent, trade, or sell our email lists to anyone. We assure that your privacy is respected and protected.


 

| Privacy Policy for www.dotnet-guide.com | Disclosure | Contact |