C# Class Microsoft.Scripting.DebugOptions

This class holds onto internal debugging options used in this assembly. These options can be set via environment variables DLR_{option-name}. Boolean options map "true" to true and other values to false. These options are for internal debugging only, and should not be exposed through any public APIs.
Show file Open project: jschementi/iron

Private Properties

Property Type Description
ReadDebugOption bool
ReadDebugString string
ReadOption bool
ReadString string

Private Methods

Method Description
ReadDebugOption ( string name ) : bool
ReadDebugString ( string name ) : string
ReadOption ( string name ) : bool
ReadString ( string name ) : string