C# 클래스 Nyan.Core.Diagnostics.TraceInfoContainer

파일 보기 프로젝트 열기: bucknellu/Nyan 1 사용 예제들

공개 메소드들

메소드 설명
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