C# 클래스 MonoDevelop.IronPython.Completion.PythonSite

파일 보기 프로젝트 열기: carlosalberto/IronPythonBinding 1 사용 예제들

공개 메소드들

메소드 설명
AddPath ( string path ) : void
ContainsPath ( string path ) : bool
RemovePath ( string path ) : void

비공개 메소드들

메소드 설명
PythonSite ( ) : System

메소드 상세

AddPath() 공개 메소드

public AddPath ( string path ) : void
path string
리턴 void

ContainsPath() 공개 메소드

public ContainsPath ( string path ) : bool
path string
리턴 bool

RemovePath() 공개 메소드

public RemovePath ( string path ) : void
path string
리턴 void