Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get List Of Data Types
Message
De
26/02/2009 15:01:08
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01384367
Message ID:
01384388
Vues:
34
>Just curious - is it possible to programtically retrieve a list of data types, including any static classes and instantions that are in scope, sort of like intellisense?
>
>Thanks

You can use Reflection namespace. Not sure if you are asking for this:
var types = Assembly.GetExecutingAssembly().GetTypes();
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform