Intersoft ClientUI Documentation
CreateInstance(String) Method



Create an instance based on the specified type that existed in the application package.
Syntax
Public Overloads Function CreateInstance( _
   ByVal type As String _
) As Object
Dim instance As ApplicationPackage
Dim type As String
Dim value As Object
 
value = instance.CreateInstance(type)
public object CreateInstance( 
   string type
)
public:
Object^ CreateInstance( 
   String^ type
) 

Parameters

type
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

ApplicationPackage Class
ApplicationPackage Members
Overload List

Send Feedback