Creates and returns an object of the specified type, in the assembly specified
by codeBase.
The type must
derive from AnalysisApplicationComView and have a public
constructor that takes the AnalysisApplication as an argument.
Namespace: Spotfire.Dxp.Application.InteropAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- typeName
- Type: System String
The typename.
- codeBase
- Type: System String
The codebase.
Return Value
Type: ObjectThe created object.
Version Information
See Also