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