Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / WorkspaceSettings Class / WorkspaceSettings Constructor


In This Topic
    WorkspaceSettings Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal remoteFrame As Object _
    )
    'Usage
     
    
    Dim remoteFrame As Object
     
    Dim instance As New WorkspaceSettings(remoteFrame)
    public WorkspaceSettings( 
       object remoteFrame
    )

    Parameters

    remoteFrame
    See Also