IDAPython 8.4
Loading...
Searching...
No Matches
process_info_t Class Reference

Proxy of C++ process_info_t class.

Inheritance diagram for process_info_t:

Public Member Functions

 __init__ (self, *args)
 init(self) -> process_info_t
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 pid = property(_ida_idd.process_info_t_pid_get, _ida_idd.process_info_t_pid_set, doc=)
 
 name = property(_ida_idd.process_info_t_name_get, _ida_idd.process_info_t_name_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Property Documentation

◆ name

name = property(_ida_idd.process_info_t_name_get, _ida_idd.process_info_t_name_set, doc=)
static

◆ pid

pid = property(_ida_idd.process_info_t_pid_get, _ida_idd.process_info_t_pid_set, doc=)
static

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

The documentation for this class was generated from the following file: