C# Class MonoDevelop.IronPython.Completion.PythonSite

Afficher le fichier Open project: carlosalberto/IronPythonBinding Class Usage Examples

Méthodes publiques

Méthode Description
AddPath ( string path ) : void
ContainsPath ( string path ) : bool
RemovePath ( string path ) : void

Private Methods

Méthode Description
PythonSite ( ) : System

Method Details

AddPath() public méthode

public AddPath ( string path ) : void
path string
Résultat void

ContainsPath() public méthode

public ContainsPath ( string path ) : bool
path string
Résultat bool

RemovePath() public méthode

public RemovePath ( string path ) : void
path string
Résultat void