C# 클래스 Microsoft.R.Host.Client.Test.SourceFile

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Source ( IRSession session, bool debug = true ) : System.Threading.Tasks.Task
SourceFile ( string content ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Source() 공개 메소드

public Source ( IRSession session, bool debug = true ) : System.Threading.Tasks.Task
session IRSession
debug bool
리턴 System.Threading.Tasks.Task

SourceFile() 공개 메소드

public SourceFile ( string content ) : System
content string
리턴 System