Other Places Reflection Is Used

Team-Fly    

 
Visual Basic .NET Unleashed
By Paul Kimmel
Table of Contents
Chapter 6.  Reflection

Other Places Reflection Is Used

Reflection is used in a variety of places in Visual Studio .NET, and you are likely to see it used as tool vendors begin developing extensions to Visual Studio .NET.

The System.Runtime.Serialization namespace defines classes for serializing and deserializing objects into linear bytes for persisting or transmitting those bytes. Serialization classes employ reflection to figure out what to persist.

System.Runtime.Remoting is used with distributed applications. The Remoting classes use Serialization to intercommunicate between client and server.


Team-Fly    
Top
 


Visual BasicR. NET Unleashed
Visual BasicR. NET Unleashed
ISBN: N/A
EAN: N/A
Year: 2001
Pages: 222

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net