Intersoft ClientUI Documentation
Register Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > UXShell Class : Register Method






app
The Silverlight or WPF application domain context on which the application package will be registered.
shell
An UXShell object.
Register this application to the specified domain context and shell.

Syntax

Visual Basic (Declaration) 
Public Shared Sub Register( _
   ByVal app As Application, _
   ByVal shell As UXShell _
) 
Visual Basic (Usage)Copy Code
Dim app As Application
Dim shell As UXShell
 
UXShell.Register(app, shell)
C# 
public static void Register( 
   Application app,
   UXShell shell
)
Delphi 
public procedure Register( 
    app: Application;
    shell: UXShell
); static; 
JScript 
public static function Register( 
   app : Application,
   shell : UXShell
);
Managed Extensions for C++ 
public: static void Register( 
   Application* app,
   UXShell* shell
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.