C# 클래스 Microsoft.R.Components.ConnectionManager.ConnectionInfo

상속: IConnectionInfo
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
ConnectionInfo ( ) : System
ConnectionInfo ( string name, string path, string rCommandLineArguments, System.DateTime lastUsed, bool isUserCreated ) : System

메소드 상세

ConnectionInfo() 공개 메소드

public ConnectionInfo ( ) : System
리턴 System

ConnectionInfo() 공개 메소드

public ConnectionInfo ( string name, string path, string rCommandLineArguments, System.DateTime lastUsed, bool isUserCreated ) : System
name string
path string
rCommandLineArguments string
lastUsed System.DateTime
isUserCreated bool
리턴 System