Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
MonoDevelop
IronPython
Completion
PythonSite
C# Class MonoDevelop.IronPython.Completion.PythonSite
显示文件
Open project: carlosalberto/IronPythonBinding
Class Usage Examples
Public Methods
Method
Description
AddPath
(
string
path
) :
void
ContainsPath
(
string
path
) :
bool
RemovePath
(
string
path
) :
void
Private Methods
Method
Description
PythonSite
( ) :
System
Method Details
AddPath()
public
method
public
AddPath
(
string
path
) :
void
path
string
return
void
ContainsPath()
public
method
public
ContainsPath
(
string
path
) :
bool
path
string
return
bool
RemovePath()
public
method
public
RemovePath
(
string
path
) :
void
path
string
return
void