C# Class Microsoft.R.Components.Documentation.Commands.OpenDocumentationCommand

Inheritance: IAsyncCommand
Mostra file Open project: Microsoft/RTVS

Public Methods

Method Description
InvokeAsync ( ) : Task
OpenDocumentationCommand ( IRInteractiveWorkflow interactiveWorkflow, string onlineUrl, string localRelativePath = null ) : System.Diagnostics

Private Methods

Method Description
OpenUrl ( string url ) : void

Method Details

InvokeAsync() public method

public InvokeAsync ( ) : Task
return Task

OpenDocumentationCommand() public method

public OpenDocumentationCommand ( IRInteractiveWorkflow interactiveWorkflow, string onlineUrl, string localRelativePath = null ) : System.Diagnostics
interactiveWorkflow IRInteractiveWorkflow
onlineUrl string
localRelativePath string
return System.Diagnostics