IDAPython 9.0
Loading...
Searching...
No Matches
addon_info_t Class Reference
Inheritance diagram for addon_info_t:

Public Member Functions

 __init__ (self)
 

Static Public Attributes

str cb
 
str id
 
str name
 
str producer
 
str version
 
str url
 
str freeform
 
str custom_data
 
str custom_size
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Data Documentation

◆ cb

str cb
static
Initial value:
= property(_ida_kernwin.addon_info_t_cb_get, _ida_kernwin.
addon_info_t_cb_set)

◆ custom_data

str custom_data
static
Initial value:
= property(_ida_kernwin.
addon_info_t_custom_data_get, _ida_kernwin.addon_info_t_custom_data_set
)

◆ custom_size

str custom_size
static
Initial value:
= property(_ida_kernwin.
addon_info_t_custom_size_get, _ida_kernwin.addon_info_t_custom_size_set
)

◆ freeform

str freeform
static
Initial value:
= property(_ida_kernwin.
addon_info_t_freeform_get, _ida_kernwin.addon_info_t_freeform_set)

◆ id

str id
static
Initial value:
= property(_ida_kernwin.addon_info_t_id_get,
_ida_kernwin.addon_info_t_id_set)

◆ name

str name
static
Initial value:
= property(_ida_kernwin.addon_info_t_name_get,
_ida_kernwin.addon_info_t_name_set)

◆ producer

str producer
static
Initial value:
= property(_ida_kernwin.
addon_info_t_producer_get, _ida_kernwin.addon_info_t_producer_set)

◆ url

str url
static
Initial value:
= property(_ida_kernwin.addon_info_t_url_get,
_ida_kernwin.addon_info_t_url_set)

◆ version

str version
static
Initial value:
= property(_ida_kernwin.
addon_info_t_version_get, _ida_kernwin.addon_info_t_version_set)

Property Documentation

◆ thisown

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

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