C# 클래스 JoarOyen.ReSharperPlugIn.QuickParameterlessMacro

상속: SimpleMacroImplementation
파일 보기 프로젝트 열기: joaroyen/ReSharperExtensions

공개 메소드들

메소드 설명
EvaluateQuickResult ( IHotspotContext context ) : string
HandleExpansion ( IHotspotContext context ) : bool
HotspotSessionHotspotUpdated ( object sender, EventArgs e ) : void
QuickEvaluate ( string value ) : string

비공개 메소드들

메소드 설명
HotspotValue ( Hotspot hotspot ) : string
ShouldHandle ( Hotspot hotspot ) : bool
ThisImplementationsMacroDefinition ( ) : Type

메소드 상세

EvaluateQuickResult() 공개 메소드

public EvaluateQuickResult ( IHotspotContext context ) : string
context IHotspotContext
리턴 string

HandleExpansion() 공개 메소드

public HandleExpansion ( IHotspotContext context ) : bool
context IHotspotContext
리턴 bool

HotspotSessionHotspotUpdated() 공개 메소드

public HotspotSessionHotspotUpdated ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

QuickEvaluate() 공개 추상적인 메소드

public abstract QuickEvaluate ( string value ) : string
value string
리턴 string