IDAPython 9.0
Loading...
Searching...
No Matches
launch_env_t Class Reference

Proxy of C++ launch_env_t class.

Inheritance diagram for launch_env_t:

Public Member Functions

"void" set (self, "char const *" envvar, "char const *" value)
 set(self, envvar, value)
 
"PyObject *" envs (self)
 envs(self) -> PyObject *
 
 __init__ (self)
 init(self) -> launch_env_t
 

Static Public Attributes

str merge = property(_ida_idd.launch_env_t_merge_get, _ida_idd.launch_env_t_merge_set, doc=)
 

Properties

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

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ envs()

"PyObject *" envs ( self)

◆ set()

"void" set ( self,
"char const *" envvar,
"char const *" value )
Parameters
envvarchar const *
valuechar const *

Member Data Documentation

◆ merge

str merge = property(_ida_idd.launch_env_t_merge_get, _ida_idd.launch_env_t_merge_set, doc=)
static

Property Documentation

◆ 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: