C# Class Mono.Debugger.Test.Framework.StyleNUnit

Inheritance: Mono.Debugger.Frontend.StyleCLI
Mostra file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
NUnit NUnitInterpreter

Public Methods

Method Description
StyleNUnit ( NUnitInterpreter nunit ) : System
TargetEvent ( Thread thread, TargetEventArgs args ) : void

Method Details

StyleNUnit() public method

public StyleNUnit ( NUnitInterpreter nunit ) : System
nunit NUnitInterpreter
return System

TargetEvent() public method

public TargetEvent ( Thread thread, TargetEventArgs args ) : void
thread Thread
args Mono.Debugger.TargetEventArgs
return void

Property Details

NUnit public_oe property

public NUnitInterpreter,Mono.Debugger.Test.Framework NUnit
return NUnitInterpreter