C# Class Python.Runtime.ModuleDefOffset

Show file Open project: pythonnet/pythonnet Class Usage Examples

Public Properties

Property Type Description
m_clear int
m_copy int
m_doc int
m_free int
m_index int
m_init int
m_methods int
m_name int
m_reload int
m_size int
m_traverse int
name int

Public Methods

Method Description
AllocModuleDef ( string modulename ) : IntPtr
FreeModuleDef ( IntPtr ptr ) : void

Private Methods

Method Description
ModuleDefOffset ( ) : System

Method Details

AllocModuleDef() public static method

public static AllocModuleDef ( string modulename ) : IntPtr
modulename string
return System.IntPtr

FreeModuleDef() public static method

public static FreeModuleDef ( IntPtr ptr ) : void
ptr System.IntPtr
return void

Property Details

m_clear public static property

public static int m_clear
return int

m_copy public static property

public static int m_copy
return int

m_doc public static property

public static int m_doc
return int

m_free public static property

public static int m_free
return int

m_index public static property

public static int m_index
return int

m_init public static property

public static int m_init
return int

m_methods public static property

public static int m_methods
return int

m_name public static property

public static int m_name
return int

m_reload public static property

public static int m_reload
return int

m_size public static property

public static int m_size
return int

m_traverse public static property

public static int m_traverse
return int

name public static property

public static int name
return int