Intersoft ClientUI Documentation
CreateInstance(String) Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ApplicationPackage Class > CreateInstance Method : CreateInstance(String) Method






type
Create an instance based on the specified type that existed in the application package.

Syntax

Visual Basic (Declaration) 
Public Overloads Function CreateInstance( _
   ByVal type As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As ApplicationPackage
Dim type As String
Dim value As Object
 
value = instance.CreateInstance(type)
C# 
public object CreateInstance( 
   string type
)
Delphi 
public function CreateInstance( 
    type: String
): TObject; 
JScript 
public function CreateInstance( 
   type : String
) : Object;
Managed Extensions for C++ 
public: Object* CreateInstance( 
   string* type
) 
C++/CLI 
public:
Object^ CreateInstance( 
   String^ type
) 

Parameters

type

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.