# File lib/rbvmomi/connection.rb, line 246
  def self.load_vmodl fn
    @loader = RbVmomi::TypeLoader.new self, fn
    @loader.init
  end