Tag: Development

Community

Reflecting Methods

(Richard Carr) The fifth part of the Reflection tutorial describes the reflection of methods. The System.Type class includes several methods that return MethodInfo objects that describe a class’ methods. These can be used to obtain parameter and return value details.

Community

Basic Folder Operations

(Richard Carr) Some applications that perform file access also require the ability to manipulate the folder structure, or directory structure, within the file system. The Directory class provides many static methods, including some that perform basic folder operations.