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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
FindAll ( string name, List toParse ) : void
OnSave ( ) : bool
ParseFile ( string name ) : void
PathCombine ( ) : string

메소드 상세

AddPath() 공개 메소드

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

ContainsPath() 공개 메소드

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

PythonSiteImpl() 공개 메소드

public PythonSiteImpl ( string name ) : System
name string
리턴 System

RemovePath() 공개 메소드

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