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


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

    Parameters

    remoteFrame
    See Also