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

Proxy of C++ thread_name_t class.

Inheritance diagram for thread_name_t:

Public Member Functions

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

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 tid = property(_ida_idd.thread_name_t_tid_get, _ida_idd.thread_name_t_tid_set, doc=)
 
 name = property(_ida_idd.thread_name_t_name_get, _ida_idd.thread_name_t_name_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Property Documentation

◆ name

name = property(_ida_idd.thread_name_t_name_get, _ida_idd.thread_name_t_name_set, doc=)
static

◆ thisown

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

◆ tid

tid = property(_ida_idd.thread_name_t_tid_get, _ida_idd.thread_name_t_tid_set, doc=)
static

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