A load command signifying membership of a subumbrella containing the name of an umbrella framework. Corresponds to LC_SUB_UMBRELLA.
@see MachOStructure::FORMAT @api private
@see MachOStructure::SIZEOF @api private
@return [LCStr] the subumbrella framework name as an LCStr
@api private
# File lib/macho/load_commands.rb, line 691 def initialize(view, cmd, cmdsize, sub_umbrella) super(view, cmd, cmdsize) @sub_umbrella = LCStr.new(self, sub_umbrella) end