property NETHostCtrl.Host as NETHostObject
Gets the object being hosted.

TypeDescription
NETHostObject A NETHostObject object that holds a reference to the hosting control. The Value property of the NETHostObject object specifies the original object being hosted.
By default, the Host property holds nothing. The Host property returns the object being hosted by the NETHost control. Use the AssemblyLocation, AssemblyQualifiedName or Create method to create and host a specified type. The hosting control's properties or methods must be called using the Item, SetTemplateDef or Template property. The HostEvent event notifies your application once the hosting control fires an event. The HostEvents property of the NETHost control specifies the list of events that the control should handle.

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 following samples show how you can call hosting control's properties or methods: