Essentials

Summary Info

Interface Summary

IProgressReporter Generic interface for reporting progress.

Class Summary

AppExitCode An exit code for an application (usually a console app).
Assert Wrapper class for static assertion functions.
Assertion Thrown when an assertion fails.
CharEncoding Routines for converting between ASCII, UNICODE, and XML entities.
CmdLineParser Parses command lines that are passed to a console program.
DateTimeSwitch A switch that takes a single date/time value. The time is optional; the date format is flexible, but year must be 4 digits and month must be a name.
DateTimeSyntaxError Indicates a syntax error in a string containing a date and/or time.
DateUtils Miscellaneous useful date/time related stuff.
DecimalSwitch A switch that takes a single decimal value.
Ensure Wrapper class for static output requirement functions.
EnumListSwitch A switch that takes a list of string values. The valid values are defined by an enum.
EnumSwitch A switch that takes a single string value. The valid values are defined by an enum.
EnumSwitchBase Abstract base class for EnumSwitch and EnumListSwitch.
FileSystemPath An immutable object representing a file system path.
HelpSwitch A switch that displays help, typically "-help" and/or "-?".
InputRequirement Thrown when an input requirement fails.
IntListSwitch A switch that takes one or more integer values.
IntSwitch A switch that takes a single integer value.
NiceRegistryKey Represents a Windows registry key.
NumUtils Utilities for dealing with numbers.
OutputRequirement Thrown when an output requirement fails.
Require Wrapper class for static input requirement functions.
SimpleSwitch A switch that takes no values.
StringListSwitch A switch that takes one or more string values.
StringSwitch A switch that takes a single string value.
Switch Abstract base for all switches. For use with CmdLineParser.
SyntaxError
TextWriterProgressReporter Progress reporter that writes to a TextWriter.

Structure Summary

Exception Summary

Delegate Summary

Event Summary

Enumeration Summary

CompareFormat
TimeUnit Represents one or more units of time.

Miscellany Summary

Enumeration Details


CompareFormat

C#: 
public enum CompareFormat

VB: 
Public Enum CompareFormat As System.[Enum]

Seconds  
Minutes  
Hours  
Days  
Months  
Years  


TimeUnit

C#: 
public enum TimeUnit

VB: 
Public Enum TimeUnit As System.[Enum]

Represents one or more units of time.

Millisecond  
Seconds  
Minutes  
Hours  
Days  
Weeks  
Months  
Years  
None  
Time  
All  


generated by DocGenDotNet on 18 Nov 2008 6:35:01 PM