framework
Provide access to DotNet Framework.
Examples:
Provide access to DotNet Framework.
Examples:
ASSEMBLY_FILE_TYPE = 'dll'
module-attribute
ASSEMBLY_FILE_EXT = '.dll'
module-attribute
ipy_assmname = '{prefix}IronPython'.format(prefix=eng.EnginePrefix)
module-attribute
ipy_dllpath = op.join(eng.EnginePath, ipy_assmname + ASSEMBLY_FILE_EXT)
module-attribute
wpf_assmname = '{prefix}IronPython.Wpf'.format(prefix=eng.EnginePrefix)
module-attribute
wpf_dllpath = op.join(eng.EnginePath, wpf_assmname + ASSEMBLY_FILE_EXT)
module-attribute
sqlite3_assmname = '{prefix}IronPython.SQLite'.format(prefix=eng.EnginePrefix)
module-attribute
sqlite3_dllpath = op.join(eng.EnginePath, sqlite3_assmname + ASSEMBLY_FILE_EXT)
module-attribute
get_type(fw_object)
get_dll_file(assembly_name)