C# Class Python.Runtime.ModuleObject

Inheritance: ExtensionType
ファイルを表示 Open project: fkarb/pythonnet Class Usage Examples

Public Methods

Method Description
GetAttribute ( string name ) : ManagedType
LoadNames ( ) : void
ModuleObject ( string name ) : System

Private Methods

Method Description
StoreAttribute ( string name, ManagedType ob ) : void
tp_getattro ( IntPtr ob, IntPtr key ) : IntPtr
tp_repr ( IntPtr ob ) : IntPtr

Method Details

GetAttribute() public method

public GetAttribute ( string name ) : ManagedType
name string
return ManagedType

LoadNames() public method

public LoadNames ( ) : void
return void

ModuleObject() public method

public ModuleObject ( string name ) : System
name string
return System