Method: Rex::Post::Meterpreter::Extensions::Stdapi::Sys::ProcessSubsystem::Thread#initialize
- Defined in:
- lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/thread.rb
#initialize(process) ⇒ Thread
Initializes a thread instance that operates in the context of the supplied process instance.
33 34 35 |
# File 'lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/thread.rb', line 33 def initialize(process) self.process = process end |