C# Class XSharpLanguage.XSharpDebuggerLaunchProvider

Inheritance: DebugLaunchProviderBase
Show file Open project: X-Sharp/XSharpPublic

Private Properties

Property Type Description
XSharpDebuggerLaunchProvider System

Public Methods

Method Description
CanLaunchAsync ( DebugLaunchOptions launchOptions ) : Task
QueryDebugTargetsAsync ( DebugLaunchOptions launchOptions ) : Task>

Private Methods

Method Description
XSharpDebuggerLaunchProvider ( ConfiguredProject configuredProject ) : System

Method Details

CanLaunchAsync() public method

public CanLaunchAsync ( DebugLaunchOptions launchOptions ) : Task
launchOptions DebugLaunchOptions
return Task

QueryDebugTargetsAsync() public method

public QueryDebugTargetsAsync ( DebugLaunchOptions launchOptions ) : Task>
launchOptions DebugLaunchOptions
return Task>