Intersoft ClientUI Documentation
Register Method (UXShell)



The Silverlight or WPF application domain context on which the application package will be registered.
An UXShell object.
Register this application to the specified domain context and shell.
Syntax
Public Shared Sub Register( _
   ByVal app As Application, _
   ByVal shell As UXShell _
) 
Dim app As Application
Dim shell As UXShell
 
UXShell.Register(app, shell)
public static void Register( 
   Application app,
   UXShell shell
)
public:
static void Register( 
   Application^ app,
   UXShell^ shell
) 

Parameters

app
The Silverlight or WPF application domain context on which the application package will be registered.
shell
An UXShell object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXShell Class
UXShell Members

Send Feedback