C# Class Python.Runtime.ModuleObject

Inheritance: ExtensionType
Afficher le fichier Open project: fkarb/pythonnet Class Usage Examples

Méthodes publiques

Méthode Description
GetAttribute ( string name ) : ManagedType
LoadNames ( ) : void
ModuleObject ( string name ) : System

Private Methods

Méthode Description
StoreAttribute ( string name, ManagedType ob ) : void
tp_getattro ( IntPtr ob, IntPtr key ) : IntPtr
tp_repr ( IntPtr ob ) : IntPtr

Method Details

GetAttribute() public méthode

public GetAttribute ( string name ) : ManagedType
name string
Résultat ManagedType

LoadNames() public méthode

public LoadNames ( ) : void
Résultat void

ModuleObject() public méthode

public ModuleObject ( string name ) : System
name string
Résultat System