C# 클래스 VSNDK.DebugEngine.HandleOutputs

This class manages events related to output messages.
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
HandleOutputs ( EventDispatcher ed ) : System

Constructor.

handle ( string ev ) : void

This method manages events related to output messages by classifying each of them by sub-type.

메소드 상세

HandleOutputs() 공개 메소드

Constructor.
public HandleOutputs ( EventDispatcher ed ) : System
ed EventDispatcher This object manages debug events in the engine.
리턴 System

handle() 공개 메소드

This method manages events related to output messages by classifying each of them by sub-type.
public handle ( string ev ) : void
ev string String that contains the event description.
리턴 void