Method: Rex::Post::Meterpreter::ExtensionLoadError#name

Defined in:
lib/rex/post/meterpreter/extension.rb,
lib/rex/post/meterpreter/extension.rb

#nameString (readonly)

The name of the extension that could not be loaded.

Returns:

  • (String)

    the current value of name



12
13
14
# File 'lib/rex/post/meterpreter/extension.rb', line 12

def name
  @name
end