Reflection .NET API
Attachmate.Reflection.Framework Assembly / Attachmate.Reflection.Framework Namespace / MyReflection Class / CreateApplication Method


In This Topic
    CreateApplication Method
    In This Topic
    Creates an application that represents the instance of Reflection that was just started by you, or a Reflection instance running at the default IPC channel (if the Reflection instance is the first instance started manually).
    Overload List
    OverloadDescription
    Creates an application that represents the instance of Reflection that was just started by you, or a Reflection instance running at the default IPC channel (if the Reflection instance is the first instance started manually).  
    Creates an application that represents the instance of MyReflection running at the specified IPC channel.  
    Creates an application that represents the instance of MyReflection running at the specified IPC channel. If the Reflection application instance is running at the specified channel, that instance is used.

    If there is no Reflection application instance running at the specified channel and the Reflection Workspace "API Settings" .Net API option is enabled, a new instance of Reflection Workspace is started.

     
    Example

     

    See Also