Type | Description | |||
AssemblyLocation as String | A String expression that specifies the full path or UNC location of the loaded file that contains the manifest/component/assembly. Sample: "C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll" | |||
AssemblyName as String | A String expression that specifies the fully qualified name of the type, including its namespace but not its assembly. Sample: "System.Windows.Forms.TreeView" |
Return | Description | |||
NAVHostType | A
NAVHostType expression that specifies the type of the object being
created, the same as value being returned by the IsCreated property.
The return value can be one of the following:
|
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
If fails, the