pyrevit.framework¶
Provide access to DotNet Framework.
Example
>>> from pyrevit.framework import Assembly, Windows
-
pyrevit.framework.
get_current_thread_id
()¶ Return manageed thread id of current thread.
-
pyrevit.framework.
get_dll_file
(assembly_name)¶ Return path to given assembly name.
-
pyrevit.framework.
get_type
(fw_object)¶ Return CLR type of an object.