Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
InstantiateShell Method (regionName, activatorShellViewName, instantiateShellViewName, context)
NamespacesGenesyslab.Desktop.Infrastructure.ViewManagerIViewManagerInstantiateShell(String, String, String, Object)
Instantiates the shell (a root view like a shell).
Declaration Syntax
C#Visual BasicVisual C++
InstantiatedView InstantiateShell(
	string regionName,
	string activatorShellViewName,
	string instantiateShellViewName,
	Object context
)
Function InstantiateShell ( _
	regionName As String, _
	activatorShellViewName As String, _
	instantiateShellViewName As String, _
	context As Object _
) As InstantiatedView
InstantiatedView^ InstantiateShell(
	String^ regionName, 
	String^ activatorShellViewName, 
	String^ instantiateShellViewName, 
	Object^ context
)
Parameters
regionName (String)
The name of the region.
activatorShellViewName (String)
The name of the activator shell view.
instantiateShellViewName (String)
context (Object)
The context.
Return Value
The instantiated view.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)