C# Класс Nyan.Core.Diagnostics.TraceInfoContainer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Gather ( ) : void

Gathers Stack trace and environment information.

TraceInfoContainer ( ) : System

Initializes a new instance of the TraceInfoContainer class.

TraceInfoContainer ( bool gather ) : System

Initializes a new instance of the TraceInfoContainer class.

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

Метод Описание
PreCompile ( ) : void

Описание методов

Gather() публичный Метод

Gathers Stack trace and environment information.
public Gather ( ) : void
Результат void

TraceInfoContainer() публичный Метод

Initializes a new instance of the TraceInfoContainer class.
public TraceInfoContainer ( ) : System
Результат System

TraceInfoContainer() публичный Метод

Initializes a new instance of the TraceInfoContainer class.
public TraceInfoContainer ( bool gather ) : System
gather bool if set to true automatically captures environment information.
Результат System