C# Class Microsoft.R.Support.Help.Packages.PackageInfo

Represents R package installed on user machine
Inheritance: NamedItemInfo, IPackageInfo
Show file Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Property Type Description
GetFunctionNamesAsync Task>
TryRestoreFromCache IEnumerable

Public Methods

Method Description
LoadFunctionsIndexAsync ( ) : System.Threading.Tasks.Task
PackageInfo ( IIntellisenseRSession host, string name, string description, string version ) : System
WriteToDisk ( ) : void

Private Methods

Method Description
GetFunctionNamesAsync ( ) : Task>
TryRestoreFromCache ( ) : IEnumerable

Attempts to locate cached function list for the package

Method Details

LoadFunctionsIndexAsync() public method

public LoadFunctionsIndexAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

PackageInfo() public method

public PackageInfo ( IIntellisenseRSession host, string name, string description, string version ) : System
host IIntellisenseRSession
name string
description string
version string
return System

WriteToDisk() public method

public WriteToDisk ( ) : void
return void