Intersoft ClientUI Documentation
CreateApplicationFromType(Type,String,String) Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > UXShell Class > CreateApplicationFromType Method : CreateApplicationFromType(Type,String,String) Method






type
id
name

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function CreateApplicationFromType( _
   ByVal type As Type, _
   ByVal id As String, _
   ByVal name As String _
) As ApplicationPackage
Visual Basic (Usage)Copy Code
Dim type As Type
Dim id As String
Dim name As String
Dim value As ApplicationPackage
 
value = UXShell.CreateApplicationFromType(type, id, name)
C# 
public static ApplicationPackage CreateApplicationFromType( 
   Type type,
   string id,
   string name
)
Delphi 
public function CreateApplicationFromType( 
    type: Type;
    id: String;
    name: String
): ApplicationPackage; static; 
JScript 
public static function CreateApplicationFromType( 
   type : Type,
   id : String,
   name : String
) : ApplicationPackage;
Managed Extensions for C++ 
public: static ApplicationPackage* CreateApplicationFromType( 
   Type* type,
   string* id,
   string* name
) 
C++/CLI 
public:
static ApplicationPackage^ CreateApplicationFromType( 
   Type^ type,
   String^ id,
   String^ name
) 

Parameters

type
id
name

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.