The ILoadViewsContext type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
CreateObject |
Creates and returns an object of the specified assembly qualified type.
The type must
derive from AnalysisApplicationComView and have a public
constructor that takes the AnalysisApplication as an argument.
| |
CreateObjectFrom |
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.
|
See Also