C# 클래스 Microsoft.R.Support.Test.Utility.PackageIndexUtility

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
DisposeAsync ( this packageIndex, IExportProvider exportProvider ) : System.Threading.Tasks.Task
GetFunctionInfoAsync ( IFunctionIndex functionIndex, string functionName ) : Task

메소드 상세

DisposeAsync() 공개 정적인 메소드

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

GetFunctionInfoAsync() 공개 정적인 메소드

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