↧
JSON and AS3 URLRequest Class
A while ago, the as3corelib has been published on Google Code with a useful tool: JSON encoder and decoder. JSON (JavaScript Object Notation) is a lightweight computer data interchange format (that is...
View ArticleWMI and CSharp (C#): Enumerate all classes from a namespace
Now that we know how to enumerate all the namespace from root, let’s have a look on how to enumerate all the classes from a namespace. using System; using System.Collections.Generic; using System.Text;...
View Article