property NETHostCtrl.AssemblyName as String
Specifies the assembly name of the type, to be created ( requires AssemblyLocation ).

TypeDescription
String A string expression that specifies the fully qualified name of the type, including its namespace but not its assembly.
By default, the AssemblyName property is empty. The AssemblyName property specifies the fully qualified name of the type, including its namespace but not its assembly. The assemblyName parameter of the Create method indicates the same value as AssemblyName property. In /NET framework, the AssemblyName property is similar with the FullName property of System.Type class. The Destroy method unloads the hosting control. 

There are three ways of loading/creating a manifest/component/assembly as listed:

If succeeded, ( the assembly is loaded and the object is created ), the 

The Host property returns the object being hosted by the NETHost control.

If fails, the