C# 클래스 Microsoft.R.Platform.Interpreters.RInstallationService

상속: IRInstallationService
파일 보기 프로젝트 열기: MikhailArkhipov/vscode-r

공개 메소드들

메소드 설명
CreateInfo ( string name, string path ) : IRInterpreterInfo
GetCompatibleEngines ( ) : IEnumerable
GetLatest ( ) : IRInterpreterInfo

Retries latest installed R for the current CPU architecture.

보호된 메소드들

메소드 설명
RInstallationService ( ) : System

메소드 상세

CreateInfo() 공개 추상적인 메소드

public abstract CreateInfo ( string name, string path ) : IRInterpreterInfo
name string
path string
리턴 IRInterpreterInfo

GetCompatibleEngines() 공개 추상적인 메소드

public abstract GetCompatibleEngines ( ) : IEnumerable
리턴 IEnumerable

GetLatest() 공개 메소드

Retries latest installed R for the current CPU architecture.
public GetLatest ( ) : IRInterpreterInfo
리턴 IRInterpreterInfo

RInstallationService() 보호된 메소드

protected RInstallationService ( ) : System
리턴 System