C# Class NUnit.Env

Env is a static class that provides some of the features of System.Environment that are not available under all runtimes
ファイルを表示 Open project: pjcollins/Andr.Unit

Public Properties

Property Type Description
DocumentFolder string
NewLine string

Property Details

DocumentFolder public_oe static_oe property

Path to the 'My Documents' folder
public static string DocumentFolder
return string

NewLine public_oe static_oe property

The newline sequence in the current environmemt.
public static string NewLine
return string