C# Class Python.Runtime.ImportHook

Mostra file Open project: pythonnet/pythonnet Class Usage Examples

Public Methods

Method Description
GetCLRModule ( IntPtr fromList = null ) : IntPtr
__import__ ( IntPtr self, IntPtr args, IntPtr kw ) : IntPtr

Private Methods

Method Description
Initialize ( ) : void
Shutdown ( ) : void

Method Details

GetCLRModule() public static method

public static GetCLRModule ( IntPtr fromList = null ) : IntPtr
fromList System.IntPtr
return System.IntPtr

__import__() public static method

public static __import__ ( IntPtr self, IntPtr args, IntPtr kw ) : IntPtr
self System.IntPtr
args System.IntPtr
kw System.IntPtr
return System.IntPtr