C# Class Nyan.Core.Diagnostics.TraceInfoContainer

ファイルを表示 Open project: bucknellu/Nyan Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
PreCompile ( ) : void

Method Details

Gather() public method

Gathers Stack trace and environment information.
public Gather ( ) : void
return void

TraceInfoContainer() public method

Initializes a new instance of the TraceInfoContainer class.
public TraceInfoContainer ( ) : System
return System

TraceInfoContainer() public method

Initializes a new instance of the TraceInfoContainer class.
public TraceInfoContainer ( bool gather ) : System
gather bool if set to true automatically captures environment information.
return System