C# Класс 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.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ReadDebugOption bool
ReadDebugString string
ReadOption bool
ReadString string

Приватные методы

Метод Описание
ReadDebugOption ( string name ) : bool
ReadDebugString ( string name ) : string
ReadOption ( string name ) : bool
ReadString ( string name ) : string