C# Class Microsoft.R.Support.Test.Utility.PackageIndexUtility

Datei anzeigen Open project: Microsoft/RTVS

Public Methods

Method Description
DisposeAsync ( this packageIndex, IExportProvider exportProvider ) : System.Threading.Tasks.Task
GetFunctionInfoAsync ( IFunctionIndex functionIndex, string functionName ) : Task

Method Details

DisposeAsync() public static method

public static DisposeAsync ( this packageIndex, IExportProvider exportProvider ) : System.Threading.Tasks.Task
packageIndex this
exportProvider IExportProvider
return System.Threading.Tasks.Task

GetFunctionInfoAsync() public static method

public static GetFunctionInfoAsync ( IFunctionIndex functionIndex, string functionName ) : Task
functionIndex IFunctionIndex
functionName string
return Task