IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Env Class Reference

Env is a static class that provides some of the features of System.Environment that are not available under all runtimes More...

Static Public Attributes

static readonly string NewLine = Environment.NewLine
 The newline sequence in the current environment. More...
 
static string DocumentFolder = Environment.GetFolderPath(Environment.SpecialFolder.Personal)
 Path to the 'My Documents' folder More...
 
static readonly string DefaultWorkDirectory = Environment.CurrentDirectory
 Directory used for file output if not specified on commandline. More...
 

Detailed Description

Env is a static class that provides some of the features of System.Environment that are not available under all runtimes

Member Data Documentation

string NUnit.Env.DocumentFolder = Environment.GetFolderPath(Environment.SpecialFolder.Personal)
static
readonly string NUnit.Env.DefaultWorkDirectory = Environment.CurrentDirectory
static

The documentation for this class was generated from the following file: