C# Class Python.Runtime.ModuleDefOffset

ファイルを表示 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_oe static_oe property

public static int m_clear
return int

m_copy public_oe static_oe property

public static int m_copy
return int

m_doc public_oe static_oe property

public static int m_doc
return int

m_free public_oe static_oe property

public static int m_free
return int

m_index public_oe static_oe property

public static int m_index
return int

m_init public_oe static_oe property

public static int m_init
return int

m_methods public_oe static_oe property

public static int m_methods
return int

m_name public_oe static_oe property

public static int m_name
return int

m_reload public_oe static_oe property

public static int m_reload
return int

m_size public_oe static_oe property

public static int m_size
return int

m_traverse public_oe static_oe property

public static int m_traverse
return int

name public_oe static_oe property

public static int name
return int