Class Env
- Namespace
- NUnit
- Assembly
- nunit.framework.dll
Env is a static class that provides some of the features of System.Environment that are not available under all runtimes
public class Env
- Inheritance
-
Env
- Inherited Members
Constructors
Env()
public Env()
Fields
DefaultWorkDirectory
Directory used for file output if not specified on commandline.
public static readonly string DefaultWorkDirectory
Field Value
DocumentFolder
Path to the 'My Documents' folder
public static string DocumentFolder
Field Value
NewLine
The newline sequence in the current environment.
public static readonly string NewLine