Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get List Of Data Types
Message
From
26/02/2009 15:01:08
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01384367
Message ID:
01384388
Views:
36
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform